pub struct SwapchainCreateFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl SwapchainCreateFlagBitsKHR
impl SwapchainCreateFlagBitsKHR
Sourcepub const SPLIT_INSTANCE_BIND_REGIONS: Self
pub const SPLIT_INSTANCE_BIND_REGIONS: Self
Bit 0.
Sourcepub const MUTABLE_FORMAT: Self
pub const MUTABLE_FORMAT: Self
Bit 2.
Sourcepub const PRESENT_TIMING: Self
pub const PRESENT_TIMING: Self
Bit 9.
Sourcepub const PRESENT_ID_2: Self
pub const PRESENT_ID_2: Self
Bit 6.
Sourcepub const PRESENT_WAIT_2: Self
pub const PRESENT_WAIT_2: Self
Bit 7.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for SwapchainCreateFlagBitsKHR
impl BitAnd for SwapchainCreateFlagBitsKHR
Source§impl BitAndAssign for SwapchainCreateFlagBitsKHR
impl BitAndAssign for SwapchainCreateFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SwapchainCreateFlagBitsKHR
impl BitOr for SwapchainCreateFlagBitsKHR
Source§impl BitOrAssign for SwapchainCreateFlagBitsKHR
impl BitOrAssign for SwapchainCreateFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for SwapchainCreateFlagBitsKHR
impl BitXor for SwapchainCreateFlagBitsKHR
Source§impl BitXorAssign for SwapchainCreateFlagBitsKHR
impl BitXorAssign for SwapchainCreateFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for SwapchainCreateFlagBitsKHR
impl Clone for SwapchainCreateFlagBitsKHR
Source§fn clone(&self) -> SwapchainCreateFlagBitsKHR
fn clone(&self) -> SwapchainCreateFlagBitsKHR
Returns a duplicate 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 SwapchainCreateFlagBitsKHR
impl Debug for SwapchainCreateFlagBitsKHR
Source§impl Default for SwapchainCreateFlagBitsKHR
impl Default for SwapchainCreateFlagBitsKHR
Source§fn default() -> SwapchainCreateFlagBitsKHR
fn default() -> SwapchainCreateFlagBitsKHR
Returns the “default value” for a type. Read more
Source§impl Hash for SwapchainCreateFlagBitsKHR
impl Hash for SwapchainCreateFlagBitsKHR
Source§impl Not for SwapchainCreateFlagBitsKHR
impl Not for SwapchainCreateFlagBitsKHR
Source§impl Ord for SwapchainCreateFlagBitsKHR
impl Ord for SwapchainCreateFlagBitsKHR
Source§fn cmp(&self, other: &SwapchainCreateFlagBitsKHR) -> Ordering
fn cmp(&self, other: &SwapchainCreateFlagBitsKHR) -> 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 PartialOrd for SwapchainCreateFlagBitsKHR
impl PartialOrd for SwapchainCreateFlagBitsKHR
impl Copy for SwapchainCreateFlagBitsKHR
impl Eq for SwapchainCreateFlagBitsKHR
impl StructuralPartialEq for SwapchainCreateFlagBitsKHR
Auto Trait Implementations§
impl Freeze for SwapchainCreateFlagBitsKHR
impl RefUnwindSafe for SwapchainCreateFlagBitsKHR
impl Send for SwapchainCreateFlagBitsKHR
impl Sync for SwapchainCreateFlagBitsKHR
impl Unpin for SwapchainCreateFlagBitsKHR
impl UnsafeUnpin for SwapchainCreateFlagBitsKHR
impl UnwindSafe for SwapchainCreateFlagBitsKHR
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