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