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