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