#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for uiFontDescriptor
Auto Trait Implementations§
impl !Send for uiFontDescriptor
impl !Sync for uiFontDescriptor
impl Freeze for uiFontDescriptor
impl RefUnwindSafe for uiFontDescriptor
impl Unpin for uiFontDescriptor
impl UnsafeUnpin 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