Struct pilka_incremental::ash::vk::SwapchainCreateFlagsKHR[]

#[repr(transparent)]pub struct SwapchainCreateFlagsKHR(_);

Implementations

impl SwapchainCreateFlagsKHR

Generated from ‘VK_KHR_swapchain’

impl SwapchainCreateFlagsKHR

Generated from ‘VK_KHR_swapchain’

impl SwapchainCreateFlagsKHR

Generated from ‘VK_KHR_swapchain_mutable_format’

impl SwapchainCreateFlagsKHR

pub const fn empty() -> SwapchainCreateFlagsKHR

pub const fn all() -> SwapchainCreateFlagsKHR

pub const fn from_raw(x: u32) -> SwapchainCreateFlagsKHR

pub const fn as_raw(self) -> u32

pub fn is_empty(self) -> bool

pub fn is_all(self) -> bool

pub fn intersects(self, other: SwapchainCreateFlagsKHR) -> bool

pub fn contains(self, other: SwapchainCreateFlagsKHR) -> bool

Returns whether other is a subset of self

Trait Implementations

impl BitAnd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

type Output = SwapchainCreateFlagsKHR

The resulting type after applying the & operator.

impl BitAndAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

impl BitOr<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

type Output = SwapchainCreateFlagsKHR

The resulting type after applying the | operator.

impl BitOrAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

impl BitXor<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

type Output = SwapchainCreateFlagsKHR

The resulting type after applying the ^ operator.

impl BitXorAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

impl Clone for SwapchainCreateFlagsKHR

impl Copy for SwapchainCreateFlagsKHR

impl Debug for SwapchainCreateFlagsKHR

impl Default for SwapchainCreateFlagsKHR

impl Eq for SwapchainCreateFlagsKHR

impl Hash for SwapchainCreateFlagsKHR

impl Not for SwapchainCreateFlagsKHR

type Output = SwapchainCreateFlagsKHR

The resulting type after applying the ! operator.

impl Ord for SwapchainCreateFlagsKHR

impl PartialEq<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

impl PartialOrd<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

impl StructuralEq for SwapchainCreateFlagsKHR

impl StructuralPartialEq for SwapchainCreateFlagsKHR

impl Sub<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

type Output = SwapchainCreateFlagsKHR

The resulting type after applying the - operator.

impl SubAssign<SwapchainCreateFlagsKHR> for SwapchainCreateFlagsKHR

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.