Struct pax_message::LinkStyleMessage
source · #[repr(C)]pub struct LinkStyleMessage {
pub font: Option<FontPatch>,
pub fill: Option<ColorVariantMessage>,
pub underline: Option<bool>,
pub size: Option<f64>,
}Fields§
§font: Option<FontPatch>§fill: Option<ColorVariantMessage>§underline: Option<bool>§size: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LinkStyleMessage
impl Send for LinkStyleMessage
impl Sync for LinkStyleMessage
impl Unpin for LinkStyleMessage
impl UnwindSafe for LinkStyleMessage
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