#[repr(transparent)]pub struct Shdrbtlast(pub u32);Expand description
Target HDR-Last
Tuple Fields§
§0: u32Implementations§
Source§impl Shdrbtlast
impl Shdrbtlast
Trait Implementations§
Source§impl Clone for Shdrbtlast
impl Clone for Shdrbtlast
Source§fn clone(&self) -> Shdrbtlast
fn clone(&self) -> Shdrbtlast
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 Shdrbtlast
impl Debug for Shdrbtlast
Source§impl Default for Shdrbtlast
impl Default for Shdrbtlast
Source§fn default() -> Shdrbtlast
fn default() -> Shdrbtlast
Returns the “default value” for a type. Read more
Source§impl PartialEq for Shdrbtlast
impl PartialEq for Shdrbtlast
impl Copy for Shdrbtlast
impl Eq for Shdrbtlast
impl StructuralPartialEq for Shdrbtlast
Auto Trait Implementations§
impl Freeze for Shdrbtlast
impl RefUnwindSafe for Shdrbtlast
impl Send for Shdrbtlast
impl Sync for Shdrbtlast
impl Unpin for Shdrbtlast
impl UnwindSafe for Shdrbtlast
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