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§
source§impl Clone for WebFontMessage
impl Clone for WebFontMessage
source§fn clone(&self) -> WebFontMessage
fn clone(&self) -> WebFontMessage
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 moreAuto 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