#[repr(C)]pub struct EmbSatinOutline_ {
pub length: c_int,
pub side1: *mut EmbVector,
pub side2: *mut EmbVector,
}Fields§
§length: c_int§side1: *mut EmbVector§side2: *mut EmbVectorTrait Implementations§
Source§impl Clone for EmbSatinOutline_
impl Clone for EmbSatinOutline_
Source§fn clone(&self) -> EmbSatinOutline_
fn clone(&self) -> EmbSatinOutline_
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 EmbSatinOutline_
impl Debug for EmbSatinOutline_
impl Copy for EmbSatinOutline_
Auto Trait Implementations§
impl Freeze for EmbSatinOutline_
impl RefUnwindSafe for EmbSatinOutline_
impl !Send for EmbSatinOutline_
impl !Sync for EmbSatinOutline_
impl Unpin for EmbSatinOutline_
impl UnwindSafe for EmbSatinOutline_
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