#[repr(C)]pub struct OutlineLineTo {
pub x: i16,
pub y: i16,
}Fields§
§x: i16§y: i16Trait Implementations§
Source§impl Clone for OutlineLineTo
impl Clone for OutlineLineTo
Source§fn clone(&self) -> OutlineLineTo
fn clone(&self) -> OutlineLineTo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutlineLineTo
impl Debug for OutlineLineTo
Source§impl PartialEq for OutlineLineTo
impl PartialEq for OutlineLineTo
Source§fn eq(&self, other: &OutlineLineTo) -> bool
fn eq(&self, other: &OutlineLineTo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OutlineLineTo
impl PartialOrd for OutlineLineTo
impl StructuralPartialEq for OutlineLineTo
Auto Trait Implementations§
impl Freeze for OutlineLineTo
impl RefUnwindSafe for OutlineLineTo
impl Send for OutlineLineTo
impl Sync for OutlineLineTo
impl Unpin for OutlineLineTo
impl UnsafeUnpin for OutlineLineTo
impl UnwindSafe for OutlineLineTo
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