pub struct SwapchainCreateFlagsKHR(/* private fields */);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
Generated from ‘VK_KHR_swapchain’
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain’
Sourcepub const SPLIT_INSTANCE_BIND_REGIONS: SwapchainCreateFlagsKHR
pub const SPLIT_INSTANCE_BIND_REGIONS: SwapchainCreateFlagsKHR
Allow images with VK_IMAGE_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT
Sourcepub const PROTECTED: SwapchainCreateFlagsKHR
pub const PROTECTED: SwapchainCreateFlagsKHR
Swapchain is protected
Source§impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain_mutable_format’
impl SwapchainCreateFlagsKHR
Generated from ‘VK_KHR_swapchain_mutable_format’
pub const MUTABLE_FORMAT: SwapchainCreateFlagsKHR
Source§impl SwapchainCreateFlagsKHR
Generated from ‘VK_EXT_swapchain_maintenance1’
impl SwapchainCreateFlagsKHR
Generated from ‘VK_EXT_swapchain_maintenance1’
Trait Implementations§
Source§impl BitAnd for SwapchainCreateFlagsKHR
impl BitAnd for SwapchainCreateFlagsKHR
Source§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 for SwapchainCreateFlagsKHR
impl BitAndAssign for SwapchainCreateFlagsKHR
Source§fn bitand_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitand_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for SwapchainCreateFlagsKHR
impl BitOr for SwapchainCreateFlagsKHR
Source§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 for SwapchainCreateFlagsKHR
impl BitOrAssign for SwapchainCreateFlagsKHR
Source§fn bitor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
fn bitor_assign(&mut self, rhs: SwapchainCreateFlagsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for SwapchainCreateFlagsKHR
impl BitXor for SwapchainCreateFlagsKHR
Source§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 for SwapchainCreateFlagsKHR
impl BitXorAssign 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 duplicate of the value. Read more
1.0.0§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
Source§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§impl PartialEq for SwapchainCreateFlagsKHR
impl PartialEq for SwapchainCreateFlagsKHR
Source§impl PartialOrd for SwapchainCreateFlagsKHR
impl PartialOrd for SwapchainCreateFlagsKHR
impl 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)