Struct pax_message::FontPatch
source · [−]#[repr(C)]pub struct FontPatch {
pub family: Option<String>,
pub variant: Option<String>,
pub size: Option<f64>,
}Fields
family: Option<String>variant: Option<String>size: Option<f64>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FontPatch
impl Send for FontPatch
impl Sync for FontPatch
impl Unpin for FontPatch
impl UnwindSafe for FontPatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more