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