pub struct OutlinePoint {
pub x: i16,
pub y: i16,
pub on_curve: bool,
}Expand description
A point in a glyph outline.
Fields§
§x: i16X coordinate in font units.
y: i16Y coordinate in font units.
on_curve: boolWhether this is an on-curve control point.
Trait Implementations§
Source§impl Clone for OutlinePoint
impl Clone for OutlinePoint
Source§fn clone(&self) -> OutlinePoint
fn clone(&self) -> OutlinePoint
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutlinePoint
impl Debug for OutlinePoint
Source§impl PartialEq for OutlinePoint
impl PartialEq for OutlinePoint
impl Copy for OutlinePoint
impl Eq for OutlinePoint
impl StructuralPartialEq for OutlinePoint
Auto Trait Implementations§
impl Freeze for OutlinePoint
impl RefUnwindSafe for OutlinePoint
impl Send for OutlinePoint
impl Sync for OutlinePoint
impl Unpin for OutlinePoint
impl UnwindSafe for OutlinePoint
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)