#[repr(transparent)]pub struct TBPFLAG(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for TBPFLAG
impl Abi for TBPFLAG
impl 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