Struct libui_ng_sys::uiFontDescriptor
source · #[repr(C)]pub struct uiFontDescriptor {
pub Family: *mut c_char,
pub Size: f64,
pub Weight: uiTextWeight,
pub Italic: uiTextItalic,
pub Stretch: uiTextStretch,
}Fields§
§Family: *mut c_char§Size: f64§Weight: uiTextWeight§Italic: uiTextItalic§Stretch: uiTextStretchTrait Implementations§
source§impl Clone for uiFontDescriptor
impl Clone for uiFontDescriptor
source§fn clone(&self) -> uiFontDescriptor
fn clone(&self) -> uiFontDescriptor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more