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