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