Struct windows_sys::Win32::Devices::Display::VIDEO_MONITOR_DESCRIPTOR
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
DescriptorSize: u32
Descriptor: [u8; 1]
Trait Implementations
impl Clone for VIDEO_MONITOR_DESCRIPTOR
impl Clone for VIDEO_MONITOR_DESCRIPTOR
impl Copy for VIDEO_MONITOR_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_MONITOR_DESCRIPTOR
impl Send for VIDEO_MONITOR_DESCRIPTOR
impl Sync for VIDEO_MONITOR_DESCRIPTOR
impl Unpin for VIDEO_MONITOR_DESCRIPTOR
impl UnwindSafe for VIDEO_MONITOR_DESCRIPTOR
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