#[repr(transparent)]pub struct HidU2fEvent(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for HidU2fEvent
impl Clone for HidU2fEvent
Source§fn clone(&self) -> HidU2fEvent
fn clone(&self) -> HidU2fEvent
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 HidU2fEvent
impl Debug for HidU2fEvent
Source§impl Hash for HidU2fEvent
impl Hash for HidU2fEvent
Source§impl PartialEq for HidU2fEvent
impl PartialEq for HidU2fEvent
impl Copy for HidU2fEvent
impl Eq for HidU2fEvent
impl StructuralPartialEq for HidU2fEvent
Auto Trait Implementations§
impl Freeze for HidU2fEvent
impl RefUnwindSafe for HidU2fEvent
impl Send for HidU2fEvent
impl Sync for HidU2fEvent
impl Unpin for HidU2fEvent
impl UnwindSafe for HidU2fEvent
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