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