#[repr(C)]pub struct DIDEVICEOBJECTDATA_DX3 {
pub dwOfs: u32,
pub dwData: u32,
pub dwTimeStamp: u32,
pub dwSequence: u32,
}
Fields§
§dwOfs: u32
§dwData: u32
§dwTimeStamp: u32
§dwSequence: u32
Trait Implementations§
Source§impl Abi for DIDEVICEOBJECTDATA_DX3
impl Abi for DIDEVICEOBJECTDATA_DX3
Source§type Abi = DIDEVICEOBJECTDATA_DX3
type Abi = DIDEVICEOBJECTDATA_DX3
The abi representation of the implementing type. Read more
type DefaultType = DIDEVICEOBJECTDATA_DX3
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 DIDEVICEOBJECTDATA_DX3
impl Clone for DIDEVICEOBJECTDATA_DX3
Source§fn clone(&self) -> DIDEVICEOBJECTDATA_DX3
fn clone(&self) -> DIDEVICEOBJECTDATA_DX3
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 DIDEVICEOBJECTDATA_DX3
impl Debug for DIDEVICEOBJECTDATA_DX3
Source§impl Default for DIDEVICEOBJECTDATA_DX3
impl Default for DIDEVICEOBJECTDATA_DX3
Source§impl PartialEq for DIDEVICEOBJECTDATA_DX3
impl PartialEq for DIDEVICEOBJECTDATA_DX3
impl Copy for DIDEVICEOBJECTDATA_DX3
impl Eq for DIDEVICEOBJECTDATA_DX3
Auto Trait Implementations§
impl Freeze for DIDEVICEOBJECTDATA_DX3
impl RefUnwindSafe for DIDEVICEOBJECTDATA_DX3
impl Send for DIDEVICEOBJECTDATA_DX3
impl Sync for DIDEVICEOBJECTDATA_DX3
impl Unpin for DIDEVICEOBJECTDATA_DX3
impl UnwindSafe for DIDEVICEOBJECTDATA_DX3
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