#[repr(C)]pub struct EmbArc_ {
pub startX: f64,
pub startY: f64,
pub midX: f64,
pub midY: f64,
pub endX: f64,
pub endY: f64,
}Fields§
§startX: f64§startY: f64§midX: f64§midY: f64§endX: f64§endY: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmbArc_
impl RefUnwindSafe for EmbArc_
impl Send for EmbArc_
impl Sync for EmbArc_
impl Unpin for EmbArc_
impl UnwindSafe for EmbArc_
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