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