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