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