Struct windows_sys::Devices::Display::Core::DisplayModeQueryOptions
[−]#[repr(transparent)]pub struct DisplayModeQueryOptions(pub u32);
Expand description
Required features: ‘Devices_Display_Core’
Tuple Fields
0: u32
Implementations
impl DisplayModeQueryOptions
impl DisplayModeQueryOptions
pub const None: Self
pub const OnlyPreferredResolution: Self
Trait Implementations
impl Clone for DisplayModeQueryOptions
impl Clone for DisplayModeQueryOptions
impl Copy for DisplayModeQueryOptions
Auto Trait Implementations
impl RefUnwindSafe for DisplayModeQueryOptions
impl Send for DisplayModeQueryOptions
impl Sync for DisplayModeQueryOptions
impl Unpin for DisplayModeQueryOptions
impl UnwindSafe for DisplayModeQueryOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more