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