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