Enum gdnative_graphics::VisualServerBlendShapeMode [−][src]
#[repr(u32)]pub enum VisualServerBlendShapeMode { ModeNormalized, ModeRelative, }
Variants
ModeNormalizedModeRelative
Trait Implementations
impl Copy for VisualServerBlendShapeMode[src]
impl Copy for VisualServerBlendShapeModeimpl Clone for VisualServerBlendShapeMode[src]
impl Clone for VisualServerBlendShapeModefn clone(&self) -> VisualServerBlendShapeMode[src]
fn clone(&self) -> VisualServerBlendShapeModeReturns 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 VisualServerBlendShapeMode[src]
impl Debug for VisualServerBlendShapeModefn 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 VisualServerBlendShapeMode[src]
impl PartialEq for VisualServerBlendShapeModefn eq(&self, other: &VisualServerBlendShapeMode) -> bool[src]
fn eq(&self, other: &VisualServerBlendShapeMode) -> 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 VisualServerBlendShapeMode[src]
impl Eq for VisualServerBlendShapeModeimpl Hash for VisualServerBlendShapeMode[src]
impl Hash for VisualServerBlendShapeModeAuto Trait Implementations
impl Send for VisualServerBlendShapeMode
impl Send for VisualServerBlendShapeModeimpl Sync for VisualServerBlendShapeMode
impl Sync for VisualServerBlendShapeMode