Struct DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
#[repr(transparent)]pub struct DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl Clone for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
§fn clone(&self) -> DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
fn clone(&self) -> DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
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 Default for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl Default for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
§fn default() -> DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
fn default() -> DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
Returns the “default value” for a type. Read more
§impl PartialEq for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl PartialEq for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
§fn eq(&self, other: &DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY) -> bool
fn eq(&self, other: &DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl Eq for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl StructuralPartialEq for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
Auto Trait Implementations§
impl Freeze for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl RefUnwindSafe for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl Send for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl Sync for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl Unpin for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
impl UnwindSafe for DXGKMT_MULTIPLANE_OVERLAY_STRETCH_QUALITY
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