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