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