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