#[repr(C)]pub struct HIDP_UNKNOWN_TOKEN {
pub Token: u8,
pub Reserved: [u8; 3],
pub BitField: u32,
}Fields§
§Token: u8§Reserved: [u8; 3]§BitField: u32Trait Implementations§
Source§impl Abi for HIDP_UNKNOWN_TOKEN
impl Abi for HIDP_UNKNOWN_TOKEN
Source§type Abi = HIDP_UNKNOWN_TOKEN
type Abi = HIDP_UNKNOWN_TOKEN
The abi representation of the implementing type. Read more
type DefaultType = HIDP_UNKNOWN_TOKEN
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for HIDP_UNKNOWN_TOKEN
impl Clone for HIDP_UNKNOWN_TOKEN
Source§fn clone(&self) -> HIDP_UNKNOWN_TOKEN
fn clone(&self) -> HIDP_UNKNOWN_TOKEN
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_UNKNOWN_TOKEN
impl Debug for HIDP_UNKNOWN_TOKEN
Source§impl Default for HIDP_UNKNOWN_TOKEN
impl Default for HIDP_UNKNOWN_TOKEN
Source§impl PartialEq for HIDP_UNKNOWN_TOKEN
impl PartialEq for HIDP_UNKNOWN_TOKEN
impl Copy for HIDP_UNKNOWN_TOKEN
impl Eq for HIDP_UNKNOWN_TOKEN
Auto Trait Implementations§
impl Freeze for HIDP_UNKNOWN_TOKEN
impl RefUnwindSafe for HIDP_UNKNOWN_TOKEN
impl Send for HIDP_UNKNOWN_TOKEN
impl Sync for HIDP_UNKNOWN_TOKEN
impl Unpin for HIDP_UNKNOWN_TOKEN
impl UnwindSafe for HIDP_UNKNOWN_TOKEN
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