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