Struct windows::Devices::Display::Core::DisplayManagerOptions
#[repr(transparent)]pub struct DisplayManagerOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl DisplayManagerOptions
impl DisplayManagerOptions
pub const None: Self = _
pub const EnforceSourceOwnership: Self = _
pub const VirtualRefreshRateAware: Self = _
Trait Implementations§
§impl BitAnd for DisplayManagerOptions
impl BitAnd for DisplayManagerOptions
§impl BitAndAssign for DisplayManagerOptions
impl BitAndAssign for DisplayManagerOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DisplayManagerOptions
impl BitOr for DisplayManagerOptions
§impl BitOrAssign for DisplayManagerOptions
impl BitOrAssign for DisplayManagerOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DisplayManagerOptions
impl Clone for DisplayManagerOptions
§fn clone(&self) -> DisplayManagerOptions
fn clone(&self) -> DisplayManagerOptions
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 DisplayManagerOptions
impl Debug for DisplayManagerOptions
§impl Default for DisplayManagerOptions
impl Default for DisplayManagerOptions
§fn default() -> DisplayManagerOptions
fn default() -> DisplayManagerOptions
Returns the “default value” for a type. Read more
§impl Not for DisplayManagerOptions
impl Not for DisplayManagerOptions
§impl PartialEq for DisplayManagerOptions
impl PartialEq for DisplayManagerOptions
§fn eq(&self, other: &DisplayManagerOptions) -> bool
fn eq(&self, other: &DisplayManagerOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DisplayManagerOptions
impl Eq for DisplayManagerOptions
impl StructuralPartialEq for DisplayManagerOptions
Auto Trait Implementations§
impl Freeze for DisplayManagerOptions
impl RefUnwindSafe for DisplayManagerOptions
impl Send for DisplayManagerOptions
impl Sync for DisplayManagerOptions
impl Unpin for DisplayManagerOptions
impl UnwindSafe for DisplayManagerOptions
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
)