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