Struct windows_sys::Win32::Devices::Display::DRVENABLEDATA
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
iDriverVersion: u32
c: u32
pdrvfn: *mut DRVFN
Trait Implementations
impl Clone for DRVENABLEDATA
impl Clone for DRVENABLEDATA
impl Copy for DRVENABLEDATA
Auto Trait Implementations
impl RefUnwindSafe for DRVENABLEDATA
impl !Send for DRVENABLEDATA
impl !Sync for DRVENABLEDATA
impl Unpin for DRVENABLEDATA
impl UnwindSafe for DRVENABLEDATA
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