#[repr(transparent)]pub struct Hcrevision(pub u32);Expand description
BCD representation of the version of the HCI specification that is implemented by the Host Controller (HC)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Hcrevision
impl Clone for Hcrevision
Source§fn clone(&self) -> Hcrevision
fn clone(&self) -> Hcrevision
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Hcrevision
impl Debug for Hcrevision
Source§impl Default for Hcrevision
impl Default for Hcrevision
Source§fn default() -> Hcrevision
fn default() -> Hcrevision
Returns the “default value” for a type. Read more
Source§impl PartialEq for Hcrevision
impl PartialEq for Hcrevision
impl Copy for Hcrevision
impl Eq for Hcrevision
impl StructuralPartialEq for Hcrevision
Auto Trait Implementations§
impl Freeze for Hcrevision
impl RefUnwindSafe for Hcrevision
impl Send for Hcrevision
impl Sync for Hcrevision
impl Unpin for Hcrevision
impl UnwindSafe for Hcrevision
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