Enum ui_sys::uiDrawTextItalic[][src]

#[repr(u32)]
pub enum uiDrawTextItalic { Normal, Oblique, Italic, }

Variants

Trait Implementations

impl Copy for uiDrawTextItalic
[src]

impl Clone for uiDrawTextItalic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for uiDrawTextItalic
[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 uiDrawTextItalic
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawTextItalic

impl Sync for uiDrawTextItalic