#[repr(C)]pub struct LinkStyleMessage {
pub font: Option<FontPatch>,
pub fill: Option<ColorMessage>,
pub underline: Option<bool>,
pub size: Option<f64>,
}
Fields§
§font: Option<FontPatch>
§fill: Option<ColorMessage>
§underline: Option<bool>
§size: Option<f64>
Trait Implementations§
Source§impl Serialize for LinkStyleMessage
impl Serialize for LinkStyleMessage
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for LinkStyleMessage
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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.