Enum gdnative_common::DynamicFontDataHinting [−][src]
#[repr(u32)]pub enum DynamicFontDataHinting { None, Light, Normal, }
Variants
NoneLightNormal
Trait Implementations
impl Copy for DynamicFontDataHinting[src]
impl Copy for DynamicFontDataHintingimpl Clone for DynamicFontDataHinting[src]
impl Clone for DynamicFontDataHintingfn clone(&self) -> DynamicFontDataHinting[src]
fn clone(&self) -> DynamicFontDataHintingReturns 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 DynamicFontDataHinting[src]
impl Debug for DynamicFontDataHintingfn 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 DynamicFontDataHinting[src]
impl PartialEq for DynamicFontDataHintingfn eq(&self, other: &DynamicFontDataHinting) -> bool[src]
fn eq(&self, other: &DynamicFontDataHinting) -> 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 DynamicFontDataHinting[src]
impl Eq for DynamicFontDataHintingimpl Hash for DynamicFontDataHinting[src]
impl Hash for DynamicFontDataHintingAuto Trait Implementations
impl Send for DynamicFontDataHinting
impl Send for DynamicFontDataHintingimpl Sync for DynamicFontDataHinting
impl Sync for DynamicFontDataHinting