pub struct NVDSL { /* private fields */ }
Expand description
Non-volatile data segment length
Implementations§
Auto Trait Implementations§
impl !Freeze for NVDSL
impl !RefUnwindSafe for NVDSL
impl Send for NVDSL
impl !Sync for NVDSL
impl Unpin for NVDSL
impl UnwindSafe for NVDSL
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