pub struct DeviceGroupPresentModeFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl DeviceGroupPresentModeFlagBitsKHR
impl DeviceGroupPresentModeFlagBitsKHR
Trait Implementations§
Source§impl BitAndAssign for DeviceGroupPresentModeFlagBitsKHR
impl BitAndAssign for DeviceGroupPresentModeFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for DeviceGroupPresentModeFlagBitsKHR
impl BitOrAssign for DeviceGroupPresentModeFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for DeviceGroupPresentModeFlagBitsKHR
impl BitXorAssign for DeviceGroupPresentModeFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for DeviceGroupPresentModeFlagBitsKHR
impl Clone for DeviceGroupPresentModeFlagBitsKHR
Source§fn clone(&self) -> DeviceGroupPresentModeFlagBitsKHR
fn clone(&self) -> DeviceGroupPresentModeFlagBitsKHR
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 Default for DeviceGroupPresentModeFlagBitsKHR
impl Default for DeviceGroupPresentModeFlagBitsKHR
Source§fn default() -> DeviceGroupPresentModeFlagBitsKHR
fn default() -> DeviceGroupPresentModeFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Ord for DeviceGroupPresentModeFlagBitsKHR
impl Ord for DeviceGroupPresentModeFlagBitsKHR
Source§fn cmp(&self, other: &DeviceGroupPresentModeFlagBitsKHR) -> Ordering
fn cmp(&self, other: &DeviceGroupPresentModeFlagBitsKHR) -> 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 DeviceGroupPresentModeFlagBitsKHR
impl PartialEq for DeviceGroupPresentModeFlagBitsKHR
Source§fn eq(&self, other: &DeviceGroupPresentModeFlagBitsKHR) -> bool
fn eq(&self, other: &DeviceGroupPresentModeFlagBitsKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DeviceGroupPresentModeFlagBitsKHR
impl PartialOrd for DeviceGroupPresentModeFlagBitsKHR
impl Copy for DeviceGroupPresentModeFlagBitsKHR
impl Eq for DeviceGroupPresentModeFlagBitsKHR
impl StructuralPartialEq for DeviceGroupPresentModeFlagBitsKHR
Auto Trait Implementations§
impl Freeze for DeviceGroupPresentModeFlagBitsKHR
impl RefUnwindSafe for DeviceGroupPresentModeFlagBitsKHR
impl Send for DeviceGroupPresentModeFlagBitsKHR
impl Sync for DeviceGroupPresentModeFlagBitsKHR
impl Unpin for DeviceGroupPresentModeFlagBitsKHR
impl UnsafeUnpin for DeviceGroupPresentModeFlagBitsKHR
impl UnwindSafe for DeviceGroupPresentModeFlagBitsKHR
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