#[repr(transparent)]pub struct SwapchainCreateFlagsKHR(_);Expand description
Implementations
sourceimpl 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
sourceimpl 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
sourceimpl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain_mutable_format’
pub const MUTABLE_FORMAT: SwapchainCreateFlagsKHR = Self(4)
Trait Implementations
sourceimpl BitAnd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitAnd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the & operator.
sourcefn bitand(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
fn bitand(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
Performs the & operation. Read more
sourceimpl BitAndAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitAndAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
sourcefn bitand_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the &= operation. Read more
sourceimpl BitOr<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitOr<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the | operator.
sourcefn bitor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
fn bitor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
Performs the | operation. Read more
sourceimpl BitOrAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitOrAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
sourcefn bitor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the |= operation. Read more
sourceimpl BitXor<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitXor<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the ^ operator.
sourcefn bitxor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
fn bitxor(self, rhs: SwapchainCreateFlagsKHR) -> SwapchainCreateFlagsKHR
Performs the ^ operation. Read more
sourceimpl BitXorAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl BitXorAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
sourcefn bitxor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitxor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the ^= operation. Read more
sourceimpl Clone for SwapchainCreateFlagsKHR
impl Clone for SwapchainCreateFlagsKHR
sourcefn clone(&self) -> SwapchainCreateFlagsKHR
fn clone(&self) -> SwapchainCreateFlagsKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SwapchainCreateFlagsKHR
impl Debug for SwapchainCreateFlagsKHR
sourceimpl Default for SwapchainCreateFlagsKHR
impl Default for SwapchainCreateFlagsKHR
sourcefn default() -> SwapchainCreateFlagsKHR
fn default() -> SwapchainCreateFlagsKHR
Returns the “default value” for a type. Read more
sourceimpl Hash for SwapchainCreateFlagsKHR
impl Hash for SwapchainCreateFlagsKHR
sourceimpl Not for SwapchainCreateFlagsKHR
impl Not for SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
type Output = SwapchainCreateFlagsKHR
The resulting type after applying the ! operator.
sourcefn not(self) -> SwapchainCreateFlagsKHR
fn not(self) -> SwapchainCreateFlagsKHR
Performs the unary ! operation. Read more
sourceimpl Ord for SwapchainCreateFlagsKHR
impl Ord for SwapchainCreateFlagsKHR
sourceimpl PartialEq<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl PartialEq<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SwapchainCreateFlagsKHR) -> bool
fn ne(&self, other: &SwapchainCreateFlagsKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
impl PartialOrd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR
sourcefn partial_cmp(&self, other: &SwapchainCreateFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &SwapchainCreateFlagsKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for SwapchainCreateFlagsKHR
impl Eq for SwapchainCreateFlagsKHR
impl StructuralEq for SwapchainCreateFlagsKHR
impl StructuralPartialEq for SwapchainCreateFlagsKHR
Auto Trait Implementations
impl RefUnwindSafe for SwapchainCreateFlagsKHR
impl Send for SwapchainCreateFlagsKHR
impl Sync for SwapchainCreateFlagsKHR
impl Unpin for SwapchainCreateFlagsKHR
impl UnwindSafe for SwapchainCreateFlagsKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more