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