pub struct SwapchainCreateFlagBitsKHR(/* private fields */);Expand description
Implementations§
Source§impl SwapchainCreateFlagBitsKHR
impl SwapchainCreateFlagBitsKHR
Sourcepub const SPLIT_INSTANCE_BIND_REGIONS: SwapchainCreateFlagBitsKHR
pub const SPLIT_INSTANCE_BIND_REGIONS: SwapchainCreateFlagBitsKHR
Bit 0.
Sourcepub const PROTECTED: SwapchainCreateFlagBitsKHR
pub const PROTECTED: SwapchainCreateFlagBitsKHR
Bit 1.
Sourcepub const MUTABLE_FORMAT: SwapchainCreateFlagBitsKHR
pub const MUTABLE_FORMAT: SwapchainCreateFlagBitsKHR
Bit 2.
Sourcepub const PRESENT_TIMING: SwapchainCreateFlagBitsKHR
pub const PRESENT_TIMING: SwapchainCreateFlagBitsKHR
Bit 9.
Sourcepub const PRESENT_ID_2: SwapchainCreateFlagBitsKHR
pub const PRESENT_ID_2: SwapchainCreateFlagBitsKHR
Bit 6.
Sourcepub const PRESENT_WAIT_2: SwapchainCreateFlagBitsKHR
pub const PRESENT_WAIT_2: SwapchainCreateFlagBitsKHR
Bit 7.
pub const fn empty() -> SwapchainCreateFlagBitsKHR
pub const fn from_raw(value: u32) -> SwapchainCreateFlagBitsKHR
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: SwapchainCreateFlagBitsKHR) -> bool
pub const fn all() -> SwapchainCreateFlagBitsKHR
Trait Implementations§
Source§impl BitAnd for SwapchainCreateFlagBitsKHR
impl BitAnd for SwapchainCreateFlagBitsKHR
Source§type Output = SwapchainCreateFlagBitsKHR
type Output = SwapchainCreateFlagBitsKHR
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: SwapchainCreateFlagBitsKHR) -> SwapchainCreateFlagBitsKHR
fn bitand(self, rhs: SwapchainCreateFlagBitsKHR) -> SwapchainCreateFlagBitsKHR
Performs the
& operation. Read moreSource§impl BitAndAssign for SwapchainCreateFlagBitsKHR
impl BitAndAssign for SwapchainCreateFlagBitsKHR
Source§fn bitand_assign(&mut self, rhs: SwapchainCreateFlagBitsKHR)
fn bitand_assign(&mut self, rhs: SwapchainCreateFlagBitsKHR)
Performs the
&= operation. Read moreSource§impl BitOr for SwapchainCreateFlagBitsKHR
impl BitOr for SwapchainCreateFlagBitsKHR
Source§type Output = SwapchainCreateFlagBitsKHR
type Output = SwapchainCreateFlagBitsKHR
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: SwapchainCreateFlagBitsKHR) -> SwapchainCreateFlagBitsKHR
fn bitor(self, rhs: SwapchainCreateFlagBitsKHR) -> SwapchainCreateFlagBitsKHR
Performs the
| operation. Read moreSource§impl BitOrAssign for SwapchainCreateFlagBitsKHR
impl BitOrAssign for SwapchainCreateFlagBitsKHR
Source§fn bitor_assign(&mut self, rhs: SwapchainCreateFlagBitsKHR)
fn bitor_assign(&mut self, rhs: SwapchainCreateFlagBitsKHR)
Performs the
|= operation. Read moreSource§impl BitXor for SwapchainCreateFlagBitsKHR
impl BitXor for SwapchainCreateFlagBitsKHR
Source§type Output = SwapchainCreateFlagBitsKHR
type Output = SwapchainCreateFlagBitsKHR
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: SwapchainCreateFlagBitsKHR) -> SwapchainCreateFlagBitsKHR
fn bitxor(self, rhs: SwapchainCreateFlagBitsKHR) -> SwapchainCreateFlagBitsKHR
Performs the
^ operation. Read moreSource§impl BitXorAssign for SwapchainCreateFlagBitsKHR
impl BitXorAssign for SwapchainCreateFlagBitsKHR
Source§fn bitxor_assign(&mut self, rhs: SwapchainCreateFlagBitsKHR)
fn bitxor_assign(&mut self, rhs: SwapchainCreateFlagBitsKHR)
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§type Output = SwapchainCreateFlagBitsKHR
type Output = SwapchainCreateFlagBitsKHR
The resulting type after applying the
! operator.Source§fn not(self) -> SwapchainCreateFlagBitsKHR
fn not(self) -> SwapchainCreateFlagBitsKHR
Performs the unary
! operation. Read moreSource§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