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