Struct STPFLAG
#[repr(transparent)]pub struct STPFLAG(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAndAssign for STPFLAG
impl BitAndAssign for STPFLAG
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for STPFLAG
impl BitOrAssign for STPFLAG
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl 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