Struct screen_13::prelude::vk::SwapchainCreateFlagsKHR
source · pub struct SwapchainCreateFlagsKHR(_);Expand description
Implementations§
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
pub const fn empty() -> SwapchainCreateFlagsKHR
pub const fn from_raw(x: u32) -> SwapchainCreateFlagsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: SwapchainCreateFlagsKHR) -> bool
sourcepub const fn contains(self, other: SwapchainCreateFlagsKHR) -> bool
pub const fn contains(self, other: SwapchainCreateFlagsKHR) -> bool
Returns whether other is a subset of self
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain’
sourcepub const SPLIT_INSTANCE_BIND_REGIONS: SwapchainCreateFlagsKHR = Self(1)
pub const SPLIT_INSTANCE_BIND_REGIONS: SwapchainCreateFlagsKHR = Self(1)
Allow images with VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT
sourcepub const PROTECTED: SwapchainCreateFlagsKHR = Self(2)
pub const PROTECTED: SwapchainCreateFlagsKHR = Self(2)
Swapchain is protected
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain_mutable_format’
pub const MUTABLE_FORMAT: SwapchainCreateFlagsKHR = Self(4)
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_EXT_extension_420’
pub const RESERVED_4_EXT: SwapchainCreateFlagsKHR = Self(16)
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_SEC_extension_448’
pub const RESERVED_3_SEC: SwapchainCreateFlagsKHR = Self(8)
Trait Implementations§
source§impl BitAnd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitAnd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
§type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the
& operator.source§fn bitand(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
fn bitand(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
Performs the
& operation. Read moresource§impl BitAndAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitAndAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
source§fn bitand_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the
&= operation. Read moresource§impl BitOr<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitOr<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
§type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the
| operator.source§fn bitor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
fn bitor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
Performs the
| operation. Read moresource§impl BitOrAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitOrAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
source§fn bitor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the
|= operation. Read moresource§impl BitXor<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitXor<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
§type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the
^ operator.source§fn bitxor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
fn bitxor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
Performs the
^ operation. Read moresource§impl BitXorAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitXorAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
source§fn bitxor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the
^= operation. Read moresource§impl Clone for SwapchainCreateFlagsKHR
impl Clone for SwapchainCreateFlagsKHR
source§fn clone(&self) -> SwapchainCreateFlagsKHR
fn clone(&self) -> SwapchainCreateFlagsKHR
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 Debug for SwapchainCreateFlagsKHR
impl Debug for SwapchainCreateFlagsKHR
source§impl Default for SwapchainCreateFlagsKHR
impl Default for SwapchainCreateFlagsKHR
source§fn default() -> SwapchainCreateFlagsKHR
fn default() -> SwapchainCreateFlagsKHR
Returns the “default value” for a type. Read more
source§impl Hash for SwapchainCreateFlagsKHR
impl Hash for SwapchainCreateFlagsKHR
source§impl Not for SwapchainCreateFlagsKHR
impl Not for SwapchainCreateFlagsKHR
§type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the
! operator.source§fn not(self) -> SwapchainCreateFlagsKHR
fn not(self) -> SwapchainCreateFlagsKHR
Performs the unary
! operation. Read moresource§impl Ord for SwapchainCreateFlagsKHR
impl Ord for SwapchainCreateFlagsKHR
source§fn cmp(&self, other: &SwapchainCreateFlagsKHR) -> Ordering
fn cmp(&self, other: &SwapchainCreateFlagsKHR) -> 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<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl PartialEq<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
source§fn eq(&self, other: &SwapchainCreateFlagsKHR) -> bool
fn eq(&self, other: &SwapchainCreateFlagsKHR) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl PartialOrd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
source§fn partial_cmp(&self, other: &SwapchainCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &SwapchainCreateFlagsKHR) -> 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