#[repr(C)]pub struct VIDEO_VDM {
pub ProcessHandle: HANDLE,
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
ProcessHandle: HANDLE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_VDM
impl Send for VIDEO_VDM
impl Sync for VIDEO_VDM
impl Unpin for VIDEO_VDM
impl UnwindSafe for VIDEO_VDM
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