Enum ui_sys::uiDrawTextStretch[][src]

#[repr(u32)]
pub enum uiDrawTextStretch { UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }

Variants

Trait Implementations

impl Copy for uiDrawTextStretch
[src]

impl Clone for uiDrawTextStretch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for uiDrawTextStretch
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for uiDrawTextStretch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawTextStretch

impl Sync for uiDrawTextStretch