#[repr(C)]pub struct DIDEVICEOBJECTINSTANCEA {Show 15 fields
pub dwSize: u32,
pub guidType: Guid,
pub dwOfs: u32,
pub dwType: u32,
pub dwFlags: u32,
pub tszName: [CHAR; 260],
pub dwFFMaxForce: u32,
pub dwFFForceResolution: u32,
pub wCollectionNumber: u16,
pub wDesignatorIndex: u16,
pub wUsagePage: u16,
pub wUsage: u16,
pub dwDimension: u32,
pub wExponent: u16,
pub wReportId: u16,
}Fields§
§dwSize: u32§guidType: Guid§dwOfs: u32§dwType: u32§dwFlags: u32§tszName: [CHAR; 260]§dwFFMaxForce: u32§dwFFForceResolution: u32§wCollectionNumber: u16§wDesignatorIndex: u16§wUsagePage: u16§wUsage: u16§dwDimension: u32§wExponent: u16§wReportId: u16Trait Implementations§
Source§impl Abi for DIDEVICEOBJECTINSTANCEA
impl Abi for DIDEVICEOBJECTINSTANCEA
Source§type Abi = DIDEVICEOBJECTINSTANCEA
type Abi = DIDEVICEOBJECTINSTANCEA
The abi representation of the implementing type. Read more
type DefaultType = DIDEVICEOBJECTINSTANCEA
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 DIDEVICEOBJECTINSTANCEA
impl Clone for DIDEVICEOBJECTINSTANCEA
Source§fn clone(&self) -> DIDEVICEOBJECTINSTANCEA
fn clone(&self) -> DIDEVICEOBJECTINSTANCEA
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 DIDEVICEOBJECTINSTANCEA
impl Debug for DIDEVICEOBJECTINSTANCEA
Source§impl Default for DIDEVICEOBJECTINSTANCEA
impl Default for DIDEVICEOBJECTINSTANCEA
Source§impl PartialEq for DIDEVICEOBJECTINSTANCEA
impl PartialEq for DIDEVICEOBJECTINSTANCEA
impl Copy for DIDEVICEOBJECTINSTANCEA
impl Eq for DIDEVICEOBJECTINSTANCEA
Auto Trait Implementations§
impl Freeze for DIDEVICEOBJECTINSTANCEA
impl RefUnwindSafe for DIDEVICEOBJECTINSTANCEA
impl Send for DIDEVICEOBJECTINSTANCEA
impl Sync for DIDEVICEOBJECTINSTANCEA
impl Unpin for DIDEVICEOBJECTINSTANCEA
impl UnwindSafe for DIDEVICEOBJECTINSTANCEA
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