[][src]Struct ash_tray::ash::vk::SamplerCreateFlags

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

Methods

impl SamplerCreateFlags[src]

pub const fn empty() -> SamplerCreateFlags[src]

pub const fn all() -> SamplerCreateFlags[src]

pub const fn from_raw(x: Flags) -> Self[src]

pub const fn as_raw(self) -> Flags[src]

pub fn is_empty(self) -> bool[src]

pub fn is_all(self) -> bool[src]

pub fn intersects(self, other: SamplerCreateFlags) -> bool[src]

pub fn contains(self, other: SamplerCreateFlags) -> bool[src]

Returns whether other is a subset of self

impl SamplerCreateFlags[src]

Generated from 'VK_EXT_fragment_density_map'

pub const SUBSAMPLED_EXT: Self[src]

impl SamplerCreateFlags[src]

Generated from 'VK_EXT_fragment_density_map'

Trait Implementations

impl Eq for SamplerCreateFlags[src]

impl Default for SamplerCreateFlags[src]

impl Clone for SamplerCreateFlags[src]

impl PartialOrd<SamplerCreateFlags> for SamplerCreateFlags[src]

impl PartialEq<SamplerCreateFlags> for SamplerCreateFlags[src]

impl Ord for SamplerCreateFlags[src]

impl Copy for SamplerCreateFlags[src]

impl Hash for SamplerCreateFlags[src]

impl Sub<SamplerCreateFlags> for SamplerCreateFlags[src]

type Output = SamplerCreateFlags

The resulting type after applying the - operator.

impl SubAssign<SamplerCreateFlags> for SamplerCreateFlags[src]

impl Not for SamplerCreateFlags[src]

type Output = SamplerCreateFlags

The resulting type after applying the ! operator.

impl BitAnd<SamplerCreateFlags> for SamplerCreateFlags[src]

type Output = SamplerCreateFlags

The resulting type after applying the & operator.

impl BitOr<SamplerCreateFlags> for SamplerCreateFlags[src]

type Output = SamplerCreateFlags

The resulting type after applying the | operator.

impl BitXor<SamplerCreateFlags> for SamplerCreateFlags[src]

type Output = SamplerCreateFlags

The resulting type after applying the ^ operator.

impl BitAndAssign<SamplerCreateFlags> for SamplerCreateFlags[src]

impl BitOrAssign<SamplerCreateFlags> for SamplerCreateFlags[src]

impl BitXorAssign<SamplerCreateFlags> for SamplerCreateFlags[src]

impl Debug for SamplerCreateFlags[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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