#[repr(C)]pub struct EmbStitch_ {
pub flags: c_int,
pub xx: f64,
pub yy: f64,
pub color: c_int,
}Fields§
§flags: c_int§xx: f64§yy: f64§color: c_intTrait Implementations§
Source§impl Clone for EmbStitch_
impl Clone for EmbStitch_
Source§fn clone(&self) -> EmbStitch_
fn clone(&self) -> EmbStitch_
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 EmbStitch_
impl Debug for EmbStitch_
impl Copy for EmbStitch_
Auto Trait Implementations§
impl Freeze for EmbStitch_
impl RefUnwindSafe for EmbStitch_
impl Send for EmbStitch_
impl Sync for EmbStitch_
impl Unpin for EmbStitch_
impl UnwindSafe for EmbStitch_
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