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