#[repr(C)]pub struct HID_DRIVER_CONFIG {
pub Size: ULONG,
pub RingBufferSize: ULONG,
}
Fields§
§Size: ULONG
§RingBufferSize: ULONG
Trait Implementations§
Source§impl Clone for HID_DRIVER_CONFIG
impl Clone for HID_DRIVER_CONFIG
Source§fn clone(&self) -> HID_DRIVER_CONFIG
fn clone(&self) -> HID_DRIVER_CONFIG
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 Default for HID_DRIVER_CONFIG
impl Default for HID_DRIVER_CONFIG
Source§fn default() -> HID_DRIVER_CONFIG
fn default() -> HID_DRIVER_CONFIG
Returns the “default value” for a type. Read more
impl Copy for HID_DRIVER_CONFIG
Auto Trait Implementations§
impl Freeze for HID_DRIVER_CONFIG
impl RefUnwindSafe for HID_DRIVER_CONFIG
impl Send for HID_DRIVER_CONFIG
impl Sync for HID_DRIVER_CONFIG
impl Unpin for HID_DRIVER_CONFIG
impl UnwindSafe for HID_DRIVER_CONFIG
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