Struct windows_sys::Win32::Devices::Properties::DEVPROPERTY
[−]#[repr(C)]pub struct DEVPROPERTY {
pub CompKey: DEVPROPCOMPKEY,
pub Type: u32,
pub BufferSize: u32,
pub Buffer: *mut c_void,
}Expand description
Required features: "Win32_Devices_Properties"
Fields
CompKey: DEVPROPCOMPKEYType: u32BufferSize: u32Buffer: *mut c_voidTrait Implementations
impl Clone for DEVPROPERTY
impl Clone for DEVPROPERTY
impl Copy for DEVPROPERTY
Auto Trait Implementations
impl RefUnwindSafe for DEVPROPERTY
impl !Send for DEVPROPERTY
impl !Sync for DEVPROPERTY
impl Unpin for DEVPROPERTY
impl UnwindSafe for DEVPROPERTY
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