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 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