Struct ash::vk::DeviceGroupPresentModeFlagsKHR
source · pub struct DeviceGroupPresentModeFlagsKHR(/* private fields */);
Expand description
Implementations§
source§impl DeviceGroupPresentModeFlagsKHR
impl DeviceGroupPresentModeFlagsKHR
Trait Implementations§
source§impl BitAndAssign for DeviceGroupPresentModeFlagsKHR
impl BitAndAssign for DeviceGroupPresentModeFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for DeviceGroupPresentModeFlagsKHR
impl BitOrAssign for DeviceGroupPresentModeFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for DeviceGroupPresentModeFlagsKHR
impl BitXorAssign for DeviceGroupPresentModeFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DeviceGroupPresentModeFlagsKHR
impl Clone for DeviceGroupPresentModeFlagsKHR
source§fn clone(&self) -> DeviceGroupPresentModeFlagsKHR
fn clone(&self) -> DeviceGroupPresentModeFlagsKHR
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 Not for DeviceGroupPresentModeFlagsKHR
impl Not for DeviceGroupPresentModeFlagsKHR
source§impl Ord for DeviceGroupPresentModeFlagsKHR
impl Ord for DeviceGroupPresentModeFlagsKHR
source§fn cmp(&self, other: &DeviceGroupPresentModeFlagsKHR) -> Ordering
fn cmp(&self, other: &DeviceGroupPresentModeFlagsKHR) -> 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 DeviceGroupPresentModeFlagsKHR
impl PartialEq for DeviceGroupPresentModeFlagsKHR
source§fn eq(&self, other: &DeviceGroupPresentModeFlagsKHR) -> bool
fn eq(&self, other: &DeviceGroupPresentModeFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceGroupPresentModeFlagsKHR
impl PartialOrd for DeviceGroupPresentModeFlagsKHR
source§fn partial_cmp(
&self,
other: &DeviceGroupPresentModeFlagsKHR
) -> Option<Ordering>
fn partial_cmp( &self, other: &DeviceGroupPresentModeFlagsKHR ) -> 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 DeviceGroupPresentModeFlagsKHR
impl Eq for DeviceGroupPresentModeFlagsKHR
impl StructuralPartialEq for DeviceGroupPresentModeFlagsKHR
Auto Trait Implementations§
impl Freeze for DeviceGroupPresentModeFlagsKHR
impl RefUnwindSafe for DeviceGroupPresentModeFlagsKHR
impl Send for DeviceGroupPresentModeFlagsKHR
impl Sync for DeviceGroupPresentModeFlagsKHR
impl Unpin for DeviceGroupPresentModeFlagsKHR
impl UnwindSafe for DeviceGroupPresentModeFlagsKHR
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