Struct windows_sys::Win32::Devices::Display::VIDEO_MONITOR_DESCRIPTOR
#[repr(C)]pub struct VIDEO_MONITOR_DESCRIPTOR {
pub DescriptorSize: u32,
pub Descriptor: [u8; 1],
}
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§
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