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