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