Struct pax_message::TextPatch
source · [−]#[repr(C)]pub struct TextPatch {
pub id_chain: Vec<u64>,
pub content: Option<String>,
pub transform: Option<Vec<f64>>,
pub size_x: Option<f64>,
pub size_y: Option<f64>,
pub font: FontPatch,
pub fill: Option<ColorVariantMessage>,
}Fields
id_chain: Vec<u64>content: Option<String>transform: Option<Vec<f64>>size_x: Option<f64>size_y: Option<f64>font: FontPatchfill: Option<ColorVariantMessage>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextPatch
impl Send for TextPatch
impl Sync for TextPatch
impl Unpin for TextPatch
impl UnwindSafe for TextPatch
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