pub struct ArcFlags {
pub large_arc: bool,
pub sweep: bool,
}Expand description
Flag parameters for arcs as described by the SVG specification.
Fields§
§large_arc: bool§sweep: boolTrait Implementations§
impl Copy for ArcFlags
impl StructuralPartialEq for ArcFlags
Auto Trait Implementations§
impl Freeze for ArcFlags
impl RefUnwindSafe for ArcFlags
impl Send for ArcFlags
impl Sync for ArcFlags
impl Unpin for ArcFlags
impl UnwindSafe for ArcFlags
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