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