#[repr(transparent)]pub struct Cmph(pub u8);Expand description
Compare High
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Cmph
impl Eq for Cmph
impl StructuralPartialEq for Cmph
Auto Trait Implementations§
impl Freeze for Cmph
impl RefUnwindSafe for Cmph
impl Send for Cmph
impl Sync for Cmph
impl Unpin for Cmph
impl UnwindSafe for Cmph
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