Struct rust_gpu_sdf::signed_distance_field::adapters::normals::NormalizeOp
source · pub struct NormalizeOp;
Trait Implementations§
source§impl Clone for NormalizeOp
impl Clone for NormalizeOp
source§fn clone(&self) -> NormalizeOp
fn clone(&self) -> NormalizeOp
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 NormalizeOp
impl Debug for NormalizeOp
source§impl Default for NormalizeOp
impl Default for NormalizeOp
source§fn default() -> NormalizeOp
fn default() -> NormalizeOp
Returns the “default value” for a type. Read more
source§impl Hash for NormalizeOp
impl Hash for NormalizeOp
source§impl Ord for NormalizeOp
impl Ord for NormalizeOp
source§fn cmp(&self, other: &NormalizeOp) -> Ordering
fn cmp(&self, other: &NormalizeOp) -> 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<NormalizeOp> for NormalizeOp
impl PartialEq<NormalizeOp> for NormalizeOp
source§fn eq(&self, other: &NormalizeOp) -> bool
fn eq(&self, other: &NormalizeOp) -> bool
source§impl PartialOrd<NormalizeOp> for NormalizeOp
impl PartialOrd<NormalizeOp> for NormalizeOp
source§fn partial_cmp(&self, other: &NormalizeOp) -> Option<Ordering>
fn partial_cmp(&self, other: &NormalizeOp) -> 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