Enum ui_sys::uiDrawTextWeight[][src]

#[repr(u32)]
pub enum uiDrawTextWeight { Thin, UltraLight, Light, Book, Normal, Medium, SemiBold, Bold, UtraBold, Heavy, UltraHeavy, }

Variants

[sic]

Trait Implementations

impl Copy for uiDrawTextWeight
[src]

impl Clone for uiDrawTextWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for uiDrawTextWeight

impl Sync for uiDrawTextWeight