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