Struct ash::vk::SamplerCreateFlags
source · pub struct SamplerCreateFlags(/* private fields */);
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_EXT_descriptor_buffer’
pub const DESCRIPTOR_BUFFER_CAPTURE_REPLAY_EXT: Self = _
source§impl SamplerCreateFlags
impl SamplerCreateFlags
Generated from ‘VK_EXT_non_seamless_cube_map’
pub const NON_SEAMLESS_CUBE_MAP_EXT: Self = _
source§impl SamplerCreateFlags
impl SamplerCreateFlags
Generated from ‘VK_QCOM_image_processing’
pub const IMAGE_PROCESSING_QCOM: Self = _
Trait Implementations§
source§impl BitAnd for SamplerCreateFlags
impl BitAnd for SamplerCreateFlags
source§impl BitAndAssign for SamplerCreateFlags
impl BitAndAssign for SamplerCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for SamplerCreateFlags
impl BitOr for SamplerCreateFlags
source§impl BitOrAssign for SamplerCreateFlags
impl BitOrAssign for SamplerCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for SamplerCreateFlags
impl BitXor for SamplerCreateFlags
source§impl BitXorAssign for SamplerCreateFlags
impl BitXorAssign 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 for SamplerCreateFlags
impl PartialEq 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 for SamplerCreateFlags
impl PartialOrd 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 moreimpl Copy for SamplerCreateFlags
impl Eq for SamplerCreateFlags
impl StructuralPartialEq for SamplerCreateFlags
Auto Trait Implementations§
impl Freeze for SamplerCreateFlags
impl RefUnwindSafe for SamplerCreateFlags
impl Send for SamplerCreateFlags
impl Sync for SamplerCreateFlags
impl Unpin for SamplerCreateFlags
impl UnwindSafe for SamplerCreateFlags
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