Enum gdnative_common::DynamicFontSpacingType [−][src]
#[repr(u32)]pub enum DynamicFontSpacingType { SpacingTop, SpacingBottom, SpacingChar, SpacingSpace, }
Variants
SpacingTopSpacingBottomSpacingCharSpacingSpace
Trait Implementations
impl Copy for DynamicFontSpacingType[src]
impl Copy for DynamicFontSpacingTypeimpl Clone for DynamicFontSpacingType[src]
impl Clone for DynamicFontSpacingTypefn clone(&self) -> DynamicFontSpacingType[src]
fn clone(&self) -> DynamicFontSpacingTypeReturns 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 DynamicFontSpacingType[src]
impl Debug for DynamicFontSpacingTypefn 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 DynamicFontSpacingType[src]
impl PartialEq for DynamicFontSpacingTypefn eq(&self, other: &DynamicFontSpacingType) -> bool[src]
fn eq(&self, other: &DynamicFontSpacingType) -> 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 DynamicFontSpacingType[src]
impl Eq for DynamicFontSpacingTypeimpl Hash for DynamicFontSpacingType[src]
impl Hash for DynamicFontSpacingTypeAuto Trait Implementations
impl Send for DynamicFontSpacingType
impl Send for DynamicFontSpacingTypeimpl Sync for DynamicFontSpacingType
impl Sync for DynamicFontSpacingType