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 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 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
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DeviceGroupPresentModeFlagsKHR
 
impl PartialOrd for DeviceGroupPresentModeFlagsKHR
impl 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