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