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