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