pub struct SamplerCreateFlags(/* private fields */);Expand description
Implementations§
Source§impl SamplerCreateFlags
impl SamplerCreateFlags
pub const fn empty() -> SamplerCreateFlags
pub const fn from_raw(x: u32) -> SamplerCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: SamplerCreateFlags) -> bool
Sourcepub const fn contains(self, other: SamplerCreateFlags) -> bool
pub const fn contains(self, other: SamplerCreateFlags) -> bool
Returns whether other is a subset of self
Source§impl SamplerCreateFlags
Generated from ‘VK_EXT_fragment_density_map’
impl SamplerCreateFlags
Generated from ‘VK_EXT_fragment_density_map’
Source§impl SamplerCreateFlags
Generated from ‘VK_EXT_descriptor_buffer’
impl SamplerCreateFlags
Generated from ‘VK_EXT_descriptor_buffer’
Source§impl SamplerCreateFlags
Generated from ‘VK_EXT_non_seamless_cube_map’
impl SamplerCreateFlags
Generated from ‘VK_EXT_non_seamless_cube_map’
Source§impl SamplerCreateFlags
Generated from ‘VK_QCOM_image_processing’
impl SamplerCreateFlags
Generated from ‘VK_QCOM_image_processing’
pub const IMAGE_PROCESSING_QCOM: SamplerCreateFlags
Trait Implementations§
Source§impl BitAnd for SamplerCreateFlags
impl BitAnd for SamplerCreateFlags
Source§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
fn bitand(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
Performs the
& operation. Read moreSource§impl BitAndAssign for SamplerCreateFlags
impl BitAndAssign for SamplerCreateFlags
Source§fn bitand_assign(&mut self, rhs: SamplerCreateFlags)
fn bitand_assign(&mut self, rhs: SamplerCreateFlags)
Performs the
&= operation. Read moreSource§impl BitOr for SamplerCreateFlags
impl BitOr for SamplerCreateFlags
Source§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
fn bitor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
Performs the
| operation. Read moreSource§impl BitOrAssign for SamplerCreateFlags
impl BitOrAssign for SamplerCreateFlags
Source§fn bitor_assign(&mut self, rhs: SamplerCreateFlags)
fn bitor_assign(&mut self, rhs: SamplerCreateFlags)
Performs the
|= operation. Read moreSource§impl BitXor for SamplerCreateFlags
impl BitXor for SamplerCreateFlags
Source§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
fn bitxor(self, rhs: SamplerCreateFlags) -> SamplerCreateFlags
Performs the
^ operation. Read moreSource§impl BitXorAssign for SamplerCreateFlags
impl BitXorAssign for SamplerCreateFlags
Source§fn bitxor_assign(&mut self, rhs: SamplerCreateFlags)
fn bitxor_assign(&mut self, rhs: SamplerCreateFlags)
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§fn default() -> SamplerCreateFlags
fn default() -> SamplerCreateFlags
Returns the “default value” for a type. Read more
Source§impl Hash for SamplerCreateFlags
impl Hash for SamplerCreateFlags
Source§impl Not for SamplerCreateFlags
impl Not for SamplerCreateFlags
Source§type Output = SamplerCreateFlags
type Output = SamplerCreateFlags
The resulting type after applying the
! operator.Source§fn not(self) -> SamplerCreateFlags
fn not(self) -> SamplerCreateFlags
Performs the unary
! operation. Read moreSource§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§impl PartialOrd for SamplerCreateFlags
impl PartialOrd for SamplerCreateFlags
impl 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