Struct ash::vk::SwapchainCreateFlagsKHR
source · pub struct SwapchainCreateFlagsKHR(/* private fields */);
Expand description
Implementations§
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain’
sourcepub const SPLIT_INSTANCE_BIND_REGIONS: Self = _
pub const SPLIT_INSTANCE_BIND_REGIONS: Self = _
Allow images with VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain_mutable_format’
pub const MUTABLE_FORMAT: Self = _
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_EXT_swapchain_maintenance1’
pub const DEFERRED_MEMORY_ALLOCATION_EXT: Self = _
source§impl SwapchainCreateFlagsKHR
impl SwapchainCreateFlagsKHR
Generated from ‘VK_EXT_extension_420’
pub const RESERVED_4_EXT: Self = _
Trait Implementations§
source§impl BitAnd for SwapchainCreateFlagsKHR
impl BitAnd for SwapchainCreateFlagsKHR
source§impl BitAndAssign for SwapchainCreateFlagsKHR
impl BitAndAssign for SwapchainCreateFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for SwapchainCreateFlagsKHR
impl BitOr for SwapchainCreateFlagsKHR
source§impl BitOrAssign for SwapchainCreateFlagsKHR
impl BitOrAssign for SwapchainCreateFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for SwapchainCreateFlagsKHR
impl BitXor for SwapchainCreateFlagsKHR
source§impl BitXorAssign for SwapchainCreateFlagsKHR
impl BitXorAssign for SwapchainCreateFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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§impl Hash for SwapchainCreateFlagsKHR
impl Hash for SwapchainCreateFlagsKHR
source§impl Not for SwapchainCreateFlagsKHR
impl Not for SwapchainCreateFlagsKHR
source§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 for SwapchainCreateFlagsKHR
impl PartialEq 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 for SwapchainCreateFlagsKHR
impl PartialOrd 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 moreimpl Copy for SwapchainCreateFlagsKHR
impl Eq for SwapchainCreateFlagsKHR
impl StructuralPartialEq for SwapchainCreateFlagsKHR
Auto Trait Implementations§
impl Freeze for SwapchainCreateFlagsKHR
impl RefUnwindSafe for SwapchainCreateFlagsKHR
impl Send for SwapchainCreateFlagsKHR
impl Sync for SwapchainCreateFlagsKHR
impl Unpin for SwapchainCreateFlagsKHR
impl UnwindSafe for SwapchainCreateFlagsKHR
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