Struct SHGDNF
#[repr(transparent)]pub struct SHGDNF(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for SHGDNF
impl Eq for SHGDNF
impl StructuralPartialEq for SHGDNF
Auto Trait Implementations§
impl Freeze for SHGDNF
impl RefUnwindSafe for SHGDNF
impl Send for SHGDNF
impl Sync for SHGDNF
impl Unpin for SHGDNF
impl UnwindSafe for SHGDNF
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