Struct Odd
#[repr(transparent)]pub struct Odd(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Odd
impl Ord for Odd
§impl PartialOrd for Odd
impl PartialOrd for Odd
impl Copy for Odd
impl Eq for Odd
impl StructuralPartialEq for Odd
Auto Trait Implementations§
impl Freeze for Odd
impl RefUnwindSafe for Odd
impl Send for Odd
impl Sync for Odd
impl Unpin for Odd
impl UnwindSafe for Odd
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