#[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: uiTextStretch
Trait Implementations§
Source§impl Clone for uiFontDescriptor
impl Clone for uiFontDescriptor
Source§fn clone(&self) -> uiFontDescriptor
fn clone(&self) -> uiFontDescriptor
Returns a duplicate 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 moreSource§impl Debug for uiFontDescriptor
impl Debug for uiFontDescriptor
impl Copy for uiFontDescriptor
Auto Trait Implementations§
impl Freeze for uiFontDescriptor
impl RefUnwindSafe for uiFontDescriptor
impl !Send for uiFontDescriptor
impl !Sync for uiFontDescriptor
impl Unpin for uiFontDescriptor
impl UnwindSafe for uiFontDescriptor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more