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