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