Struct windows_sys::Win32::Devices::Display::VIDEO_NUM_MODES
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
NumModes: u32
ModeInformationLength: u32
Trait Implementations
impl Clone for VIDEO_NUM_MODES
impl Clone for VIDEO_NUM_MODES
impl Copy for VIDEO_NUM_MODES
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_NUM_MODES
impl Send for VIDEO_NUM_MODES
impl Sync for VIDEO_NUM_MODES
impl Unpin for VIDEO_NUM_MODES
impl UnwindSafe for VIDEO_NUM_MODES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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