Struct ash::vk::enums::CubicFilterWeightsQCOM
source · #[repr(transparent)]pub struct CubicFilterWeightsQCOM(pub(crate) i32);
Expand description
Tuple Fields§
§0: i32
Implementations§
source§impl CubicFilterWeightsQCOM
impl CubicFilterWeightsQCOM
pub const CATMULL_ROM: Self = _
pub const ZERO_TANGENT_CARDINAL: Self = _
pub const B_SPLINE: Self = _
pub const MITCHELL_NETRAVALI: Self = _
Trait Implementations§
source§impl Clone for CubicFilterWeightsQCOM
impl Clone for CubicFilterWeightsQCOM
source§fn clone(&self) -> CubicFilterWeightsQCOM
fn clone(&self) -> CubicFilterWeightsQCOM
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 CubicFilterWeightsQCOM
impl Debug for CubicFilterWeightsQCOM
source§impl Default for CubicFilterWeightsQCOM
impl Default for CubicFilterWeightsQCOM
source§fn default() -> CubicFilterWeightsQCOM
fn default() -> CubicFilterWeightsQCOM
Returns the “default value” for a type. Read more
source§impl Hash for CubicFilterWeightsQCOM
impl Hash for CubicFilterWeightsQCOM
source§impl Ord for CubicFilterWeightsQCOM
impl Ord for CubicFilterWeightsQCOM
source§fn cmp(&self, other: &CubicFilterWeightsQCOM) -> Ordering
fn cmp(&self, other: &CubicFilterWeightsQCOM) -> 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 CubicFilterWeightsQCOM
impl PartialEq for CubicFilterWeightsQCOM
source§fn eq(&self, other: &CubicFilterWeightsQCOM) -> bool
fn eq(&self, other: &CubicFilterWeightsQCOM) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CubicFilterWeightsQCOM
impl PartialOrd for CubicFilterWeightsQCOM
source§fn partial_cmp(&self, other: &CubicFilterWeightsQCOM) -> Option<Ordering>
fn partial_cmp(&self, other: &CubicFilterWeightsQCOM) -> 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 CubicFilterWeightsQCOM
impl Eq for CubicFilterWeightsQCOM
impl StructuralPartialEq for CubicFilterWeightsQCOM
Auto Trait Implementations§
impl Freeze for CubicFilterWeightsQCOM
impl RefUnwindSafe for CubicFilterWeightsQCOM
impl Send for CubicFilterWeightsQCOM
impl Sync for CubicFilterWeightsQCOM
impl Unpin for CubicFilterWeightsQCOM
impl UnwindSafe for CubicFilterWeightsQCOM
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