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