#[repr(C)]pub struct DRIVEROBJ {
pub pvObj: *mut c_void,
pub pFreeProc: FREEOBJPROC,
pub hdev: HDEV,
pub dhpdev: DHPDEV,
}
Expand description
Required features: "Win32_Devices_Display"
, "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
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