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