Struct ash::vk::PresentScalingFlagsEXT
source · pub struct PresentScalingFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl PresentScalingFlagsEXT
impl PresentScalingFlagsEXT
source§impl PresentScalingFlagsEXT
impl PresentScalingFlagsEXT
pub const ONE_TO_ONE: Self = _
pub const ASPECT_RATIO_STRETCH: Self = _
pub const STRETCH: Self = _
Trait Implementations§
source§impl BitAnd for PresentScalingFlagsEXT
impl BitAnd for PresentScalingFlagsEXT
source§impl BitAndAssign for PresentScalingFlagsEXT
impl BitAndAssign for PresentScalingFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for PresentScalingFlagsEXT
impl BitOr for PresentScalingFlagsEXT
source§impl BitOrAssign for PresentScalingFlagsEXT
impl BitOrAssign for PresentScalingFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for PresentScalingFlagsEXT
impl BitXor for PresentScalingFlagsEXT
source§impl BitXorAssign for PresentScalingFlagsEXT
impl BitXorAssign for PresentScalingFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PresentScalingFlagsEXT
impl Clone for PresentScalingFlagsEXT
source§fn clone(&self) -> PresentScalingFlagsEXT
fn clone(&self) -> PresentScalingFlagsEXT
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 moresource§impl Debug for PresentScalingFlagsEXT
impl Debug for PresentScalingFlagsEXT
source§impl Default for PresentScalingFlagsEXT
impl Default for PresentScalingFlagsEXT
source§impl Hash for PresentScalingFlagsEXT
impl Hash for PresentScalingFlagsEXT
source§impl Not for PresentScalingFlagsEXT
impl Not for PresentScalingFlagsEXT
source§impl Ord for PresentScalingFlagsEXT
impl Ord for PresentScalingFlagsEXT
source§fn cmp(&self, other: &PresentScalingFlagsEXT) -> Ordering
fn cmp(&self, other: &PresentScalingFlagsEXT) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PresentScalingFlagsEXT
impl PartialEq for PresentScalingFlagsEXT
source§fn eq(&self, other: &PresentScalingFlagsEXT) -> bool
fn eq(&self, other: &PresentScalingFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PresentScalingFlagsEXT
impl PartialOrd for PresentScalingFlagsEXT
source§fn partial_cmp(&self, other: &PresentScalingFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &PresentScalingFlagsEXT) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PresentScalingFlagsEXT
impl Eq for PresentScalingFlagsEXT
impl StructuralPartialEq for PresentScalingFlagsEXT
Auto Trait Implementations§
impl Freeze for PresentScalingFlagsEXT
impl RefUnwindSafe for PresentScalingFlagsEXT
impl Send for PresentScalingFlagsEXT
impl Sync for PresentScalingFlagsEXT
impl Unpin for PresentScalingFlagsEXT
impl UnwindSafe for PresentScalingFlagsEXT
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