#[repr(u32)]pub enum SkM44_NaN_Constructor {
kNaN_Constructor,
}
Variants§
kNaN_Constructor
Trait Implementations§
source§impl Clone for SkM44_NaN_Constructor
impl Clone for SkM44_NaN_Constructor
source§fn clone(&self) -> SkM44_NaN_Constructor
fn clone(&self) -> SkM44_NaN_Constructor
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 SkM44_NaN_Constructor
impl Debug for SkM44_NaN_Constructor
source§impl Hash for SkM44_NaN_Constructor
impl Hash for SkM44_NaN_Constructor
source§impl PartialEq<SkM44_NaN_Constructor> for SkM44_NaN_Constructor
impl PartialEq<SkM44_NaN_Constructor> for SkM44_NaN_Constructor
source§fn eq(&self, other: &SkM44_NaN_Constructor) -> bool
fn eq(&self, other: &SkM44_NaN_Constructor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkM44_NaN_Constructor
impl Eq for SkM44_NaN_Constructor
impl StructuralEq for SkM44_NaN_Constructor
impl StructuralPartialEq for SkM44_NaN_Constructor
Auto Trait Implementations§
impl RefUnwindSafe for SkM44_NaN_Constructor
impl Send for SkM44_NaN_Constructor
impl Sync for SkM44_NaN_Constructor
impl Unpin for SkM44_NaN_Constructor
impl UnwindSafe for SkM44_NaN_Constructor
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