Struct windows_sys::Devices::Display::Core::DisplayStateApplyOptions
[−]#[repr(transparent)]pub struct DisplayStateApplyOptions(pub u32);
Expand description
Required features: "Devices_Display_Core"
Tuple Fields
0: u32
Implementations
impl DisplayStateApplyOptions
impl DisplayStateApplyOptions
pub const None: Self = Self(0u32)
pub const FailIfStateChanged: Self = Self(1u32)
pub const ForceReapply: Self = Self(2u32)
pub const ForceModeEnumeration: Self = Self(4u32)
Trait Implementations
impl Clone for DisplayStateApplyOptions
impl Clone for DisplayStateApplyOptions
impl Copy for DisplayStateApplyOptions
Auto Trait Implementations
impl RefUnwindSafe for DisplayStateApplyOptions
impl Send for DisplayStateApplyOptions
impl Sync for DisplayStateApplyOptions
impl Unpin for DisplayStateApplyOptions
impl UnwindSafe for DisplayStateApplyOptions
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