#[repr(C)]pub struct CIRCLE {
pub center: Point,
pub radius: float8,
}
Fields§
§center: Point
§radius: float8
Trait Implementations§
impl Copy for CIRCLE
Auto Trait Implementations§
impl Freeze for CIRCLE
impl RefUnwindSafe for CIRCLE
impl Send for CIRCLE
impl Sync for CIRCLE
impl Unpin for CIRCLE
impl UnwindSafe for CIRCLE
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