Struct pax_message::SystemFontMessage
source · #[repr(C)]pub struct SystemFontMessage {
pub family: Option<String>,
pub style: Option<FontStyleMessage>,
pub weight: Option<FontWeightMessage>,
}Fields§
§family: Option<String>§style: Option<FontStyleMessage>§weight: Option<FontWeightMessage>Trait Implementations§
source§impl Clone for SystemFontMessage
impl Clone for SystemFontMessage
source§fn clone(&self) -> SystemFontMessage
fn clone(&self) -> SystemFontMessage
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 moresource§impl Default for SystemFontMessage
impl Default for SystemFontMessage
Auto Trait Implementations§
impl RefUnwindSafe for SystemFontMessage
impl Send for SystemFontMessage
impl Sync for SystemFontMessage
impl Unpin for SystemFontMessage
impl UnwindSafe for SystemFontMessage
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