Enum gdnative_common::MultiMeshColorFormat [−][src]
#[repr(u32)]pub enum MultiMeshColorFormat { ColorNone, Color8bit, ColorFloat, }
Variants
ColorNoneColor8bitColorFloat
Trait Implementations
impl Copy for MultiMeshColorFormat[src]
impl Copy for MultiMeshColorFormatimpl Clone for MultiMeshColorFormat[src]
impl Clone for MultiMeshColorFormatfn clone(&self) -> MultiMeshColorFormat[src]
fn clone(&self) -> MultiMeshColorFormatReturns 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 MultiMeshColorFormat[src]
impl Debug for MultiMeshColorFormatfn 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 MultiMeshColorFormat[src]
impl PartialEq for MultiMeshColorFormatfn eq(&self, other: &MultiMeshColorFormat) -> bool[src]
fn eq(&self, other: &MultiMeshColorFormat) -> 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 MultiMeshColorFormat[src]
impl Eq for MultiMeshColorFormatimpl Hash for MultiMeshColorFormat[src]
impl Hash for MultiMeshColorFormatAuto Trait Implementations
impl Send for MultiMeshColorFormat
impl Send for MultiMeshColorFormatimpl Sync for MultiMeshColorFormat
impl Sync for MultiMeshColorFormat