#[repr(C)]pub struct BLArc {
pub cx: f64,
pub cy: f64,
pub rx: f64,
pub ry: f64,
pub start: f64,
pub sweep: f64,
}Fields§
§cx: f64§cy: f64§rx: f64§ry: f64§start: f64§sweep: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BLArc
impl RefUnwindSafe for BLArc
impl Send for BLArc
impl Sync for BLArc
impl Unpin for BLArc
impl UnwindSafe for BLArc
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