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