Struct ui_sys::uiDrawTextFontDescriptor
[−]
[src]
#[repr(C)]pub struct uiDrawTextFontDescriptor { pub Family: *const c_char, pub Size: c_double, pub Weight: uiDrawTextWeight, pub Italic: uiDrawTextItalic, pub Stretch: uiDrawTextStretch, }
Fields
Family: *const c_char
Size: c_double
Weight: uiDrawTextWeight
Italic: uiDrawTextItalic
Stretch: uiDrawTextStretch
Trait Implementations
impl Clone for uiDrawTextFontDescriptor[src]
fn clone(&self) -> uiDrawTextFontDescriptor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more