pub struct L1SSENR { /* private fields */ }Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for L1SSENR
impl RefUnwindSafe for L1SSENR
impl Send for L1SSENR
impl Sync for L1SSENR
impl Unpin for L1SSENR
impl UnwindSafe for L1SSENR
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