Enum gdnative::VisualServerPrimitiveType [−][src]
#[repr(u32)]pub enum VisualServerPrimitiveType { PrimitiveLineStrip, PrimitiveTriangleFan, PrimitivePoints, PrimitiveLineLoop, PrimitiveMax, PrimitiveTriangles, PrimitiveLines, PrimitiveTriangleStrip, }
Variants
PrimitiveLineStripPrimitiveTriangleFanPrimitivePointsPrimitiveLineLoopPrimitiveMaxPrimitiveTrianglesPrimitiveLinesPrimitiveTriangleStrip
Trait Implementations
impl Copy for VisualServerPrimitiveType[src]
impl Copy for VisualServerPrimitiveTypeimpl Clone for VisualServerPrimitiveType[src]
impl Clone for VisualServerPrimitiveTypefn clone(&self) -> VisualServerPrimitiveType[src]
fn clone(&self) -> VisualServerPrimitiveTypeReturns 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 VisualServerPrimitiveType[src]
impl Debug for VisualServerPrimitiveTypefn 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 VisualServerPrimitiveType[src]
impl PartialEq for VisualServerPrimitiveTypefn eq(&self, other: &VisualServerPrimitiveType) -> bool[src]
fn eq(&self, other: &VisualServerPrimitiveType) -> 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 VisualServerPrimitiveType[src]
impl Eq for VisualServerPrimitiveTypeimpl Hash for VisualServerPrimitiveType[src]
impl Hash for VisualServerPrimitiveTypeAuto Trait Implementations
impl Send for VisualServerPrimitiveType
impl Send for VisualServerPrimitiveTypeimpl Sync for VisualServerPrimitiveType
impl Sync for VisualServerPrimitiveType