Struct windows_sys::Win32::Devices::Properties::DEVPROPKEY
[−]Expand description
Required features: "Win32_Devices_Properties"
Fields
fmtid: GUID
pid: u32
Trait Implementations
impl Clone for DEVPROPKEY
impl Clone for DEVPROPKEY
impl Copy for DEVPROPKEY
Auto Trait Implementations
impl RefUnwindSafe for DEVPROPKEY
impl Send for DEVPROPKEY
impl Sync for DEVPROPKEY
impl Unpin for DEVPROPKEY
impl UnwindSafe for DEVPROPKEY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more