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