#[repr(C, packed(4))]pub struct HIDD_CONFIGURATION {
pub cookie: *mut c_void,
pub size: u32,
pub RingBufferSize: u32,
}
Fields§
§size: u32
§RingBufferSize: u32
Trait Implementations§
Source§impl Abi for HIDD_CONFIGURATION
impl Abi for HIDD_CONFIGURATION
Source§type Abi = HIDD_CONFIGURATION
type Abi = HIDD_CONFIGURATION
The abi representation of the implementing type. Read more
type DefaultType = HIDD_CONFIGURATION
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 HIDD_CONFIGURATION
impl Clone for HIDD_CONFIGURATION
Source§fn clone(&self) -> HIDD_CONFIGURATION
fn clone(&self) -> HIDD_CONFIGURATION
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 PartialEq for HIDD_CONFIGURATION
impl PartialEq for HIDD_CONFIGURATION
impl Copy for HIDD_CONFIGURATION
impl Eq for HIDD_CONFIGURATION
Auto Trait Implementations§
impl Freeze for HIDD_CONFIGURATION
impl RefUnwindSafe for HIDD_CONFIGURATION
impl !Send for HIDD_CONFIGURATION
impl !Sync for HIDD_CONFIGURATION
impl Unpin for HIDD_CONFIGURATION
impl UnwindSafe for HIDD_CONFIGURATION
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