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