Struct pax_message::ButtonPatch
source · #[repr(C)]pub struct ButtonPatch {
pub id_chain: Vec<u32>,
pub transform: Option<Vec<f64>>,
pub size_x: Option<f64>,
pub size_y: Option<f64>,
pub content: Option<String>,
pub style: Option<TextStyleMessage>,
}Fields§
§id_chain: Vec<u32>§transform: Option<Vec<f64>>§size_x: Option<f64>§size_y: Option<f64>§content: Option<String>§style: Option<TextStyleMessage>Trait Implementations§
source§impl Debug for ButtonPatch
impl Debug for ButtonPatch
source§impl Default for ButtonPatch
impl Default for ButtonPatch
source§fn default() -> ButtonPatch
fn default() -> ButtonPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ButtonPatch
impl Send for ButtonPatch
impl Sync for ButtonPatch
impl Unpin for ButtonPatch
impl UnwindSafe for ButtonPatch
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