Struct ash::vk::SamplerCreateFlags  
source · #[repr(transparent)]pub struct SamplerCreateFlags(_);Expand description
Implementations§
source§impl SamplerCreateFlags
 
impl SamplerCreateFlags
source§impl SamplerCreateFlags
 
impl SamplerCreateFlags
Generated from ‘VK_EXT_fragment_density_map’
pub const SUBSAMPLED_EXT: Self = _
pub const SUBSAMPLED_COARSE_RECONSTRUCTION_EXT: Self = _
source§impl SamplerCreateFlags
 
impl SamplerCreateFlags
Generated from ‘VK_AMD_extension_317’
pub const RESERVED_3_AMD: Self = _
source§impl SamplerCreateFlags
 
impl SamplerCreateFlags
Generated from ‘VK_EXT_disable_cube_map_wrap’
pub const RESERVED_2_EXT: Self = _
source§impl SamplerCreateFlags
 
impl SamplerCreateFlags
Generated from ‘VK_QCOM_extension_441’
pub const IMAGE_PROCESSING_QCOM: Self = _
Trait Implementations§
source§impl BitAndAssign<SamplerCreateFlags> for SamplerCreateFlags
 
impl BitAndAssign<SamplerCreateFlags> for SamplerCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
 
fn bitand_assign(&mut self, rhs: Self)
Performs the 
&= operation. Read moresource§impl BitOr<SamplerCreateFlags> for SamplerCreateFlags
 
impl BitOr<SamplerCreateFlags> for SamplerCreateFlags
source§impl BitOrAssign<SamplerCreateFlags> for SamplerCreateFlags
 
impl BitOrAssign<SamplerCreateFlags> for SamplerCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
 
fn bitor_assign(&mut self, rhs: Self)
Performs the 
|= operation. Read moresource§impl BitXorAssign<SamplerCreateFlags> for SamplerCreateFlags
 
impl BitXorAssign<SamplerCreateFlags> for SamplerCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
 
fn bitxor_assign(&mut self, rhs: Self)
Performs the 
^= operation. Read moresource§impl Clone for SamplerCreateFlags
 
impl Clone for SamplerCreateFlags
source§fn clone(&self) -> SamplerCreateFlags
 
fn clone(&self) -> SamplerCreateFlags
Returns a copy 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 SamplerCreateFlags
 
impl Debug for SamplerCreateFlags
source§impl Default for SamplerCreateFlags
 
impl Default for SamplerCreateFlags
source§impl Hash for SamplerCreateFlags
 
impl Hash for SamplerCreateFlags
source§impl Not for SamplerCreateFlags
 
impl Not for SamplerCreateFlags
source§impl Ord for SamplerCreateFlags
 
impl Ord for SamplerCreateFlags
source§fn cmp(&self, other: &SamplerCreateFlags) -> Ordering
 
fn cmp(&self, other: &SamplerCreateFlags) -> 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 PartialEq<SamplerCreateFlags> for SamplerCreateFlags
 
impl PartialEq<SamplerCreateFlags> for SamplerCreateFlags
source§fn eq(&self, other: &SamplerCreateFlags) -> bool
 
fn eq(&self, other: &SamplerCreateFlags) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SamplerCreateFlags> for SamplerCreateFlags
 
impl PartialOrd<SamplerCreateFlags> for SamplerCreateFlags
source§fn partial_cmp(&self, other: &SamplerCreateFlags) -> Option<Ordering>
 
fn partial_cmp(&self, other: &SamplerCreateFlags) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read more