Enum gdnative_common::MeshBlendShapeMode [−][src]
#[repr(u32)]pub enum MeshBlendShapeMode { ModeNormalized, ModeRelative, }
Variants
ModeNormalizedModeRelative
Trait Implementations
impl Copy for MeshBlendShapeMode[src]
impl Copy for MeshBlendShapeModeimpl Clone for MeshBlendShapeMode[src]
impl Clone for MeshBlendShapeModefn clone(&self) -> MeshBlendShapeMode[src]
fn clone(&self) -> MeshBlendShapeModeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for MeshBlendShapeMode[src]
impl Debug for MeshBlendShapeModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for MeshBlendShapeMode[src]
impl PartialEq for MeshBlendShapeModefn eq(&self, other: &MeshBlendShapeMode) -> bool[src]
fn eq(&self, other: &MeshBlendShapeMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for MeshBlendShapeMode[src]
impl Eq for MeshBlendShapeModeimpl Hash for MeshBlendShapeMode[src]
impl Hash for MeshBlendShapeModeAuto Trait Implementations
impl Send for MeshBlendShapeMode
impl Send for MeshBlendShapeModeimpl Sync for MeshBlendShapeMode
impl Sync for MeshBlendShapeMode