Struct pax_message::TextPatch
source · #[repr(C)]pub struct TextPatch {
pub id_chain: Vec<u32>,
pub content: Option<String>,
pub transform: Option<Vec<f64>>,
pub size_x: Option<f64>,
pub size_y: Option<f64>,
pub style: Option<TextStyleMessage>,
pub style_link: Option<TextStyleMessage>,
}Fields§
§id_chain: Vec<u32>§content: Option<String>§transform: Option<Vec<f64>>§size_x: Option<f64>§size_y: Option<f64>§style: Option<TextStyleMessage>§style_link: Option<TextStyleMessage>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§
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