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