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