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