Enum ui_sys::uiDrawTextStretch [−][src]
#[repr(u32)]pub enum uiDrawTextStretch { UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }
Variants
UltraCondensed
ExtraCondensed
Condensed
SemiCondensed
Normal
SemiExpanded
Expanded
ExtraExpanded
UltraExpanded
Trait Implementations
impl Copy for uiDrawTextStretch
[src]
impl Copy for uiDrawTextStretch
impl Clone for uiDrawTextStretch
[src]
impl Clone for uiDrawTextStretch
fn clone(&self) -> uiDrawTextStretch
[src]
fn clone(&self) -> uiDrawTextStretch
Returns 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 uiDrawTextStretch
fn eq(&self, other: &uiDrawTextStretch) -> bool
[src]
fn eq(&self, other: &uiDrawTextStretch) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for uiDrawTextStretch
[src]
impl Debug for uiDrawTextStretch
Auto Trait Implementations
impl Send for uiDrawTextStretch
impl Send for uiDrawTextStretch
impl Sync for uiDrawTextStretch
impl Sync for uiDrawTextStretch