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