#[repr(C)]pub struct _HIDP_PREPARSED_DATA(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for _HIDP_PREPARSED_DATA
impl Clone for _HIDP_PREPARSED_DATA
Source§fn clone(&self) -> _HIDP_PREPARSED_DATA
fn clone(&self) -> _HIDP_PREPARSED_DATA
Returns a copy 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 _HIDP_PREPARSED_DATA
impl Debug for _HIDP_PREPARSED_DATA
Source§impl Default for _HIDP_PREPARSED_DATA
impl Default for _HIDP_PREPARSED_DATA
Source§fn default() -> _HIDP_PREPARSED_DATA
fn default() -> _HIDP_PREPARSED_DATA
Returns the “default value” for a type. Read more
Source§impl PartialEq for _HIDP_PREPARSED_DATA
impl PartialEq for _HIDP_PREPARSED_DATA
impl Copy for _HIDP_PREPARSED_DATA
impl Eq for _HIDP_PREPARSED_DATA
impl StructuralPartialEq for _HIDP_PREPARSED_DATA
Auto Trait Implementations§
impl Freeze for _HIDP_PREPARSED_DATA
impl RefUnwindSafe for _HIDP_PREPARSED_DATA
impl Send for _HIDP_PREPARSED_DATA
impl Sync for _HIDP_PREPARSED_DATA
impl Unpin for _HIDP_PREPARSED_DATA
impl UnwindSafe for _HIDP_PREPARSED_DATA
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