#[repr(transparent)]pub struct Mhdrbtlast(pub u32);Expand description
Controller HDR-Last
Tuple Fields§
§0: u32Implementations§
Source§impl Mhdrbtlast
impl Mhdrbtlast
Trait Implementations§
Source§impl Clone for Mhdrbtlast
impl Clone for Mhdrbtlast
Source§fn clone(&self) -> Mhdrbtlast
fn clone(&self) -> Mhdrbtlast
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Mhdrbtlast
impl Debug for Mhdrbtlast
Source§impl Default for Mhdrbtlast
impl Default for Mhdrbtlast
Source§fn default() -> Mhdrbtlast
fn default() -> Mhdrbtlast
Returns the “default value” for a type. Read more
Source§impl PartialEq for Mhdrbtlast
impl PartialEq for Mhdrbtlast
impl Copy for Mhdrbtlast
impl Eq for Mhdrbtlast
impl StructuralPartialEq for Mhdrbtlast
Auto Trait Implementations§
impl Freeze for Mhdrbtlast
impl RefUnwindSafe for Mhdrbtlast
impl Send for Mhdrbtlast
impl Sync for Mhdrbtlast
impl Unpin for Mhdrbtlast
impl UnwindSafe for Mhdrbtlast
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more