#[repr(C)]pub struct EmbCircle_ {
pub centerX: f64,
pub centerY: f64,
pub radius: f64,
}Fields§
§centerX: f64§centerY: f64§radius: f64Trait Implementations§
Source§impl Clone for EmbCircle_
impl Clone for EmbCircle_
Source§fn clone(&self) -> EmbCircle_
fn clone(&self) -> EmbCircle_
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmbCircle_
impl Debug for EmbCircle_
impl Copy for EmbCircle_
Auto Trait Implementations§
impl Freeze for EmbCircle_
impl RefUnwindSafe for EmbCircle_
impl Send for EmbCircle_
impl Sync for EmbCircle_
impl Unpin for EmbCircle_
impl UnwindSafe for EmbCircle_
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