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