#[repr(C)]pub struct EmbEllipseObject_ {
pub ellipse: EmbEllipse,
pub rotation: f64,
pub lineType: c_int,
pub color: EmbColor,
}Fields§
§ellipse: EmbEllipse§rotation: f64§lineType: c_int§color: EmbColorTrait Implementations§
Source§impl Clone for EmbEllipseObject_
impl Clone for EmbEllipseObject_
Source§fn clone(&self) -> EmbEllipseObject_
fn clone(&self) -> EmbEllipseObject_
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 EmbEllipseObject_
impl Debug for EmbEllipseObject_
impl Copy for EmbEllipseObject_
Auto Trait Implementations§
impl Freeze for EmbEllipseObject_
impl RefUnwindSafe for EmbEllipseObject_
impl Send for EmbEllipseObject_
impl Sync for EmbEllipseObject_
impl Unpin for EmbEllipseObject_
impl UnwindSafe for EmbEllipseObject_
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