Enum gdnative_common::MultiMeshTransformFormat [−][src]
#[repr(u32)]pub enum MultiMeshTransformFormat { Transform2d, Transform3d, }
Variants
Transform2dTransform3d
Trait Implementations
impl Copy for MultiMeshTransformFormat[src]
impl Copy for MultiMeshTransformFormatimpl Clone for MultiMeshTransformFormat[src]
impl Clone for MultiMeshTransformFormatfn clone(&self) -> MultiMeshTransformFormat[src]
fn clone(&self) -> MultiMeshTransformFormatReturns 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 MultiMeshTransformFormat[src]
impl Debug for MultiMeshTransformFormatfn 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 MultiMeshTransformFormat[src]
impl PartialEq for MultiMeshTransformFormatfn eq(&self, other: &MultiMeshTransformFormat) -> bool[src]
fn eq(&self, other: &MultiMeshTransformFormat) -> 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 MultiMeshTransformFormat[src]
impl Eq for MultiMeshTransformFormatimpl Hash for MultiMeshTransformFormat[src]
impl Hash for MultiMeshTransformFormatAuto Trait Implementations
impl Send for MultiMeshTransformFormat
impl Send for MultiMeshTransformFormatimpl Sync for MultiMeshTransformFormat
impl Sync for MultiMeshTransformFormat