Struct pax_message::CheckboxPatch
source · #[repr(C)]pub struct CheckboxPatch {
pub id_chain: Vec<u32>,
pub transform: Option<Vec<f64>>,
pub size_x: Option<f64>,
pub size_y: Option<f64>,
pub checked: Option<bool>,
}Fields§
§id_chain: Vec<u32>§transform: Option<Vec<f64>>§size_x: Option<f64>§size_y: Option<f64>§checked: Option<bool>Trait Implementations§
source§impl Clone for CheckboxPatch
impl Clone for CheckboxPatch
source§fn clone(&self) -> CheckboxPatch
fn clone(&self) -> CheckboxPatch
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CheckboxPatch
impl Debug for CheckboxPatch
source§impl Default for CheckboxPatch
impl Default for CheckboxPatch
source§fn default() -> CheckboxPatch
fn default() -> CheckboxPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CheckboxPatch
impl Send for CheckboxPatch
impl Sync for CheckboxPatch
impl Unpin for CheckboxPatch
impl UnwindSafe for CheckboxPatch
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