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