Enum ui_sys::uiDrawTextStretch [−][src]
#[repr(u32)]pub enum uiDrawTextStretch { UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }
Variants
UltraCondensedExtraCondensedCondensedSemiCondensedNormalSemiExpandedExpandedExtraExpandedUltraExpanded
Trait Implementations
impl Copy for uiDrawTextStretch[src]
impl Copy for uiDrawTextStretchimpl Clone for uiDrawTextStretch[src]
impl Clone for uiDrawTextStretchfn clone(&self) -> uiDrawTextStretch[src]
fn clone(&self) -> uiDrawTextStretchReturns 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 PartialEq for uiDrawTextStretch[src]
impl PartialEq for uiDrawTextStretchfn eq(&self, other: &uiDrawTextStretch) -> bool[src]
fn eq(&self, other: &uiDrawTextStretch) -> 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 Debug for uiDrawTextStretch[src]
impl Debug for uiDrawTextStretchAuto Trait Implementations
impl Send for uiDrawTextStretch
impl Send for uiDrawTextStretchimpl Sync for uiDrawTextStretch
impl Sync for uiDrawTextStretch