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