Struct windows::Devices::Display::Core::DisplayStateApplyOptions
#[repr(transparent)]pub struct DisplayStateApplyOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl DisplayStateApplyOptions
impl DisplayStateApplyOptions
pub const None: Self = _
pub const FailIfStateChanged: Self = _
pub const ForceReapply: Self = _
pub const ForceModeEnumeration: Self = _
Trait Implementations§
§impl BitAnd for DisplayStateApplyOptions
impl BitAnd for DisplayStateApplyOptions
§impl BitAndAssign for DisplayStateApplyOptions
impl BitAndAssign for DisplayStateApplyOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DisplayStateApplyOptions
impl BitOr for DisplayStateApplyOptions
§impl BitOrAssign for DisplayStateApplyOptions
impl BitOrAssign for DisplayStateApplyOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DisplayStateApplyOptions
impl Clone for DisplayStateApplyOptions
§fn clone(&self) -> DisplayStateApplyOptions
fn clone(&self) -> DisplayStateApplyOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DisplayStateApplyOptions
impl Debug for DisplayStateApplyOptions
§impl Default for DisplayStateApplyOptions
impl Default for DisplayStateApplyOptions
§fn default() -> DisplayStateApplyOptions
fn default() -> DisplayStateApplyOptions
Returns the “default value” for a type. Read more
§impl Not for DisplayStateApplyOptions
impl Not for DisplayStateApplyOptions
§impl PartialEq for DisplayStateApplyOptions
impl PartialEq for DisplayStateApplyOptions
§fn eq(&self, other: &DisplayStateApplyOptions) -> bool
fn eq(&self, other: &DisplayStateApplyOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DisplayStateApplyOptions
impl Eq for DisplayStateApplyOptions
impl StructuralPartialEq for DisplayStateApplyOptions
Auto Trait Implementations§
impl Freeze for DisplayStateApplyOptions
impl RefUnwindSafe for DisplayStateApplyOptions
impl Send for DisplayStateApplyOptions
impl Sync for DisplayStateApplyOptions
impl Unpin for DisplayStateApplyOptions
impl UnwindSafe for DisplayStateApplyOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)