#[repr(C)]pub struct BNTag { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for BNTag
impl RefUnwindSafe for BNTag
impl Send for BNTag
impl Sync for BNTag
impl Unpin for BNTag
impl UnwindSafe for BNTag
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