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