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