pub struct DucEllipseElement {
pub base: DucElementBase,
pub ratio: f32,
pub start_angle: f64,
pub end_angle: f64,
pub show_aux_crosshair: bool,
}Fields§
§base: DucElementBase§ratio: f32§start_angle: f64§end_angle: f64§show_aux_crosshair: boolTrait Implementations§
Source§impl Clone for DucEllipseElement
impl Clone for DucEllipseElement
Source§fn clone(&self) -> DucEllipseElement
fn clone(&self) -> DucEllipseElement
Returns a duplicate 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 DucEllipseElement
impl Debug for DucEllipseElement
Source§impl PartialEq for DucEllipseElement
impl PartialEq for DucEllipseElement
impl StructuralPartialEq for DucEllipseElement
Auto Trait Implementations§
impl Freeze for DucEllipseElement
impl RefUnwindSafe for DucEllipseElement
impl Send for DucEllipseElement
impl Sync for DucEllipseElement
impl Unpin for DucEllipseElement
impl UnwindSafe for DucEllipseElement
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