pub struct DeviceGroupPresentModeFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl DeviceGroupPresentModeFlagBitsKHR
impl DeviceGroupPresentModeFlagBitsKHR
Sourcepub const LOCAL: DeviceGroupPresentModeFlagBitsKHR
pub const LOCAL: DeviceGroupPresentModeFlagBitsKHR
Bit 0.
Sourcepub const REMOTE: DeviceGroupPresentModeFlagBitsKHR
pub const REMOTE: DeviceGroupPresentModeFlagBitsKHR
Bit 1.
Sourcepub const SUM: DeviceGroupPresentModeFlagBitsKHR
pub const SUM: DeviceGroupPresentModeFlagBitsKHR
Bit 2.
Sourcepub const LOCAL_MULTI_DEVICE: DeviceGroupPresentModeFlagBitsKHR
pub const LOCAL_MULTI_DEVICE: DeviceGroupPresentModeFlagBitsKHR
Bit 3.
pub const fn empty() -> DeviceGroupPresentModeFlagBitsKHR
pub const fn from_raw(value: u32) -> DeviceGroupPresentModeFlagBitsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: DeviceGroupPresentModeFlagBitsKHR) -> bool
pub const fn all() -> DeviceGroupPresentModeFlagBitsKHR
Trait Implementations§
Source§impl BitAnd for DeviceGroupPresentModeFlagBitsKHR
impl BitAnd for DeviceGroupPresentModeFlagBitsKHR
Source§type Output = DeviceGroupPresentModeFlagBitsKHR
type Output = DeviceGroupPresentModeFlagBitsKHR
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: DeviceGroupPresentModeFlagBitsKHR,
) -> DeviceGroupPresentModeFlagBitsKHR
fn bitand( self, rhs: DeviceGroupPresentModeFlagBitsKHR, ) -> DeviceGroupPresentModeFlagBitsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for DeviceGroupPresentModeFlagBitsKHR
impl BitAndAssign for DeviceGroupPresentModeFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: DeviceGroupPresentModeFlagBitsKHR)
fn bitand_assign(&mut self, rhs: DeviceGroupPresentModeFlagBitsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for DeviceGroupPresentModeFlagBitsKHR
impl BitOr for DeviceGroupPresentModeFlagBitsKHR
Source§type Output = DeviceGroupPresentModeFlagBitsKHR
type Output = DeviceGroupPresentModeFlagBitsKHR
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: DeviceGroupPresentModeFlagBitsKHR,
) -> DeviceGroupPresentModeFlagBitsKHR
fn bitor( self, rhs: DeviceGroupPresentModeFlagBitsKHR, ) -> DeviceGroupPresentModeFlagBitsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for DeviceGroupPresentModeFlagBitsKHR
impl BitOrAssign for DeviceGroupPresentModeFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: DeviceGroupPresentModeFlagBitsKHR)
fn bitor_assign(&mut self, rhs: DeviceGroupPresentModeFlagBitsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for DeviceGroupPresentModeFlagBitsKHR
impl BitXor for DeviceGroupPresentModeFlagBitsKHR
Source§type Output = DeviceGroupPresentModeFlagBitsKHR
type Output = DeviceGroupPresentModeFlagBitsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: DeviceGroupPresentModeFlagBitsKHR,
) -> DeviceGroupPresentModeFlagBitsKHR
fn bitxor( self, rhs: DeviceGroupPresentModeFlagBitsKHR, ) -> DeviceGroupPresentModeFlagBitsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for DeviceGroupPresentModeFlagBitsKHR
impl BitXorAssign for DeviceGroupPresentModeFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: DeviceGroupPresentModeFlagBitsKHR)
fn bitxor_assign(&mut self, rhs: DeviceGroupPresentModeFlagBitsKHR)
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 Not for DeviceGroupPresentModeFlagBitsKHR
impl Not for DeviceGroupPresentModeFlagBitsKHR
Source§type Output = DeviceGroupPresentModeFlagBitsKHR
type Output = DeviceGroupPresentModeFlagBitsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> DeviceGroupPresentModeFlagBitsKHR
fn not(self) -> DeviceGroupPresentModeFlagBitsKHR
Performs the unary
! operation. Read moreSource§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