Struct screen_13::prelude::vk::DeviceGroupPresentModeFlagsKHR
source · pub struct DeviceGroupPresentModeFlagsKHR(_);Expand description
Implementations§
source§impl DeviceGroupPresentModeFlagsKHR
impl DeviceGroupPresentModeFlagsKHR
pub const fn empty() -> DeviceGroupPresentModeFlagsKHR
pub const fn from_raw(x: u32) -> DeviceGroupPresentModeFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: DeviceGroupPresentModeFlagsKHR) -> bool
sourcepub const fn contains(self, other: DeviceGroupPresentModeFlagsKHR) -> bool
pub const fn contains(self, other: DeviceGroupPresentModeFlagsKHR) -> bool
Returns whether other is a subset of self
source§impl DeviceGroupPresentModeFlagsKHR
impl DeviceGroupPresentModeFlagsKHR
sourcepub const LOCAL: DeviceGroupPresentModeFlagsKHR = Self(1)
pub const LOCAL: DeviceGroupPresentModeFlagsKHR = Self(1)
Present from local memory
sourcepub const REMOTE: DeviceGroupPresentModeFlagsKHR = Self(2)
pub const REMOTE: DeviceGroupPresentModeFlagsKHR = Self(2)
Present from remote memory
sourcepub const SUM: DeviceGroupPresentModeFlagsKHR = Self(4)
pub const SUM: DeviceGroupPresentModeFlagsKHR = Self(4)
Present sum of local and/or remote memory
sourcepub const LOCAL_MULTI_DEVICE: DeviceGroupPresentModeFlagsKHR = Self(8)
pub const LOCAL_MULTI_DEVICE: DeviceGroupPresentModeFlagsKHR = Self(8)
Each physical device presents from local memory
Trait Implementations§
source§impl BitAnd<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl BitAnd<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
§type Output = DeviceGroupPresentModeFlagsKHR
type Output = DeviceGroupPresentModeFlagsKHR
The resulting type after applying the
& operator.source§fn bitand(
self,
rhs: DeviceGroupPresentModeFlagsKHR
) -> DeviceGroupPresentModeFlagsKHR
fn bitand(
self,
rhs: DeviceGroupPresentModeFlagsKHR
) -> DeviceGroupPresentModeFlagsKHR
Performs the
& operation. Read moresource§impl BitAndAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl BitAndAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
source§fn bitand_assign(&mut self, rhs: DeviceGroupPresentModeFlagsKHR)
fn bitand_assign(&mut self, rhs: DeviceGroupPresentModeFlagsKHR)
Performs the
&= operation. Read moresource§impl BitOr<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl BitOr<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
§type Output = DeviceGroupPresentModeFlagsKHR
type Output = DeviceGroupPresentModeFlagsKHR
The resulting type after applying the
| operator.source§fn bitor(
self,
rhs: DeviceGroupPresentModeFlagsKHR
) -> DeviceGroupPresentModeFlagsKHR
fn bitor(
self,
rhs: DeviceGroupPresentModeFlagsKHR
) -> DeviceGroupPresentModeFlagsKHR
Performs the
| operation. Read moresource§impl BitOrAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl BitOrAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
source§fn bitor_assign(&mut self, rhs: DeviceGroupPresentModeFlagsKHR)
fn bitor_assign(&mut self, rhs: DeviceGroupPresentModeFlagsKHR)
Performs the
|= operation. Read moresource§impl BitXor<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl BitXor<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
§type Output = DeviceGroupPresentModeFlagsKHR
type Output = DeviceGroupPresentModeFlagsKHR
The resulting type after applying the
^ operator.source§fn bitxor(
self,
rhs: DeviceGroupPresentModeFlagsKHR
) -> DeviceGroupPresentModeFlagsKHR
fn bitxor(
self,
rhs: DeviceGroupPresentModeFlagsKHR
) -> DeviceGroupPresentModeFlagsKHR
Performs the
^ operation. Read moresource§impl BitXorAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl BitXorAssign<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
source§fn bitxor_assign(&mut self, rhs: DeviceGroupPresentModeFlagsKHR)
fn bitxor_assign(&mut self, rhs: DeviceGroupPresentModeFlagsKHR)
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 Default for DeviceGroupPresentModeFlagsKHR
impl Default for DeviceGroupPresentModeFlagsKHR
source§fn default() -> DeviceGroupPresentModeFlagsKHR
fn default() -> DeviceGroupPresentModeFlagsKHR
Returns the “default value” for a type. Read more
source§impl Not for DeviceGroupPresentModeFlagsKHR
impl Not for DeviceGroupPresentModeFlagsKHR
§type Output = DeviceGroupPresentModeFlagsKHR
type Output = DeviceGroupPresentModeFlagsKHR
The resulting type after applying the
! operator.source§fn not(self) -> DeviceGroupPresentModeFlagsKHR
fn not(self) -> DeviceGroupPresentModeFlagsKHR
Performs the unary
! operation. Read moresource§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<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl PartialEq<DeviceGroupPresentModeFlagsKHR> 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<DeviceGroupPresentModeFlagsKHR> for DeviceGroupPresentModeFlagsKHR
impl PartialOrd<DeviceGroupPresentModeFlagsKHR> 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 more