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