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