Struct windows_sys::Win32::Devices::Display::VIDEO_WIN32K_CALLBACKS
#[repr(C)]pub struct VIDEO_WIN32K_CALLBACKS {
pub PhysDisp: *mut c_void,
pub Callout: PVIDEO_WIN32K_CALLOUT,
pub bACPI: u32,
pub pPhysDeviceObject: HANDLE,
pub DualviewFlags: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§PhysDisp: *mut c_void
§Callout: PVIDEO_WIN32K_CALLOUT
§bACPI: u32
§pPhysDeviceObject: HANDLE
§DualviewFlags: u32
Trait Implementations§
§impl Clone for VIDEO_WIN32K_CALLBACKS
impl Clone for VIDEO_WIN32K_CALLBACKS
impl Copy for VIDEO_WIN32K_CALLBACKS
Auto Trait Implementations§
impl RefUnwindSafe for VIDEO_WIN32K_CALLBACKS
impl !Send for VIDEO_WIN32K_CALLBACKS
impl !Sync for VIDEO_WIN32K_CALLBACKS
impl Unpin for VIDEO_WIN32K_CALLBACKS
impl UnwindSafe for VIDEO_WIN32K_CALLBACKS
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