pub struct CT_Path2D {
pub width: Option<f64>,
pub height: Option<f64>,
pub fill: Option<String>,
pub stroke: Option<bool>,
pub extrusion_ok: Option<bool>,
/* private fields */
}Fields§
§width: Option<f64>§height: Option<f64>§fill: Option<String>§stroke: Option<bool>§extrusion_ok: Option<bool>Implementations§
Trait Implementations§
impl StructuralPartialEq for CT_Path2D
Auto Trait Implementations§
impl Freeze for CT_Path2D
impl RefUnwindSafe for CT_Path2D
impl Send for CT_Path2D
impl Sync for CT_Path2D
impl Unpin for CT_Path2D
impl UnsafeUnpin for CT_Path2D
impl UnwindSafe for CT_Path2D
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