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 = Self(0u32)
pub const OnlyPreferredResolution: Self = Self(1u32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more