pub struct VdoCertStat(pub u32);Expand description
An XID from a USB-IF-certified device.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for VdoCertStat
impl Clone for VdoCertStat
Source§fn clone(&self) -> VdoCertStat
fn clone(&self) -> VdoCertStat
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 VdoCertStat
impl Debug for VdoCertStat
Source§impl FromStr for VdoCertStat
impl FromStr for VdoCertStat
Source§impl PartialEq for VdoCertStat
impl PartialEq for VdoCertStat
impl Copy for VdoCertStat
impl Eq for VdoCertStat
impl StructuralPartialEq for VdoCertStat
Auto Trait Implementations§
impl Freeze for VdoCertStat
impl RefUnwindSafe for VdoCertStat
impl Send for VdoCertStat
impl Sync for VdoCertStat
impl Unpin for VdoCertStat
impl UnwindSafe for VdoCertStat
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