pub struct PresentScalingFlagsKHR(/* private fields */);Expand description
Implementations§
Source§impl PresentScalingFlagsKHR
impl PresentScalingFlagsKHR
Source§impl PresentScalingFlagsKHR
impl PresentScalingFlagsKHR
pub const ONE_TO_ONE: Self
pub const ONE_TO_ONE_EXT: Self = Self::ONE_TO_ONE
pub const ASPECT_RATIO_STRETCH: Self
pub const ASPECT_RATIO_STRETCH_EXT: Self = Self::ASPECT_RATIO_STRETCH
pub const STRETCH: Self
pub const STRETCH_EXT: Self = Self::STRETCH
Trait Implementations§
Source§impl BitAnd for PresentScalingFlagsKHR
impl BitAnd for PresentScalingFlagsKHR
Source§impl BitAndAssign for PresentScalingFlagsKHR
impl BitAndAssign for PresentScalingFlagsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PresentScalingFlagsKHR
impl BitOr for PresentScalingFlagsKHR
Source§impl BitOrAssign for PresentScalingFlagsKHR
impl BitOrAssign for PresentScalingFlagsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for PresentScalingFlagsKHR
impl BitXor for PresentScalingFlagsKHR
Source§impl BitXorAssign for PresentScalingFlagsKHR
impl BitXorAssign for PresentScalingFlagsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for PresentScalingFlagsKHR
impl Clone for PresentScalingFlagsKHR
Source§fn clone(&self) -> PresentScalingFlagsKHR
fn clone(&self) -> PresentScalingFlagsKHR
Returns a duplicate 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 PresentScalingFlagsKHR
Available on crate feature debug only.
impl Debug for PresentScalingFlagsKHR
Available on crate feature
debug only.Source§impl Default for PresentScalingFlagsKHR
impl Default for PresentScalingFlagsKHR
Source§impl Hash for PresentScalingFlagsKHR
impl Hash for PresentScalingFlagsKHR
Source§impl Not for PresentScalingFlagsKHR
impl Not for PresentScalingFlagsKHR
Source§impl Ord for PresentScalingFlagsKHR
impl Ord for PresentScalingFlagsKHR
Source§fn cmp(&self, other: &PresentScalingFlagsKHR) -> Ordering
fn cmp(&self, other: &PresentScalingFlagsKHR) -> 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 PresentScalingFlagsKHR
impl PartialEq for PresentScalingFlagsKHR
Source§impl PartialOrd for PresentScalingFlagsKHR
impl PartialOrd for PresentScalingFlagsKHR
impl Copy for PresentScalingFlagsKHR
impl Eq for PresentScalingFlagsKHR
impl StructuralPartialEq for PresentScalingFlagsKHR
Auto Trait Implementations§
impl Freeze for PresentScalingFlagsKHR
impl RefUnwindSafe for PresentScalingFlagsKHR
impl Send for PresentScalingFlagsKHR
impl Sync for PresentScalingFlagsKHR
impl Unpin for PresentScalingFlagsKHR
impl UnwindSafe for PresentScalingFlagsKHR
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