Struct windows_sys::Win32::Devices::Display::DRIVEROBJ
#[repr(C)]pub struct DRIVEROBJ {
pub pvObj: *mut c_void,
pub pFreeProc: FREEOBJPROC,
pub hdev: HDEV,
pub dhpdev: DHPDEV,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§pvObj: *mut c_void
§pFreeProc: FREEOBJPROC
§hdev: HDEV
§dhpdev: DHPDEV
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DRIVEROBJ
impl !Send for DRIVEROBJ
impl !Sync for DRIVEROBJ
impl Unpin for DRIVEROBJ
impl UnwindSafe for DRIVEROBJ
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