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