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