Struct ab_glyph_rasterizer::Point [−][src]
An (x, y) coordinate.
Example
use ab_glyph_rasterizer::{point, Point}; let p: Point = point(0.1, 23.2);
Fields
x: f32
y: f32
Trait Implementations
impl Add<Point> for Point
[src][+]
impl AddAssign<Point> for Point
[src][+]
impl Clone for Point
[src][+]
impl Copy for Point
[src]
impl Debug for Point
[src][+]
impl Default for Point
[src][+]
impl<F: Into<f32>> From<[F; 2]> for Point
[src][+]
impl<F: Into<f32>> From<(F, F)> for Point
[src][+]
impl PartialEq<Point> for Point
[src][+]
impl PartialOrd<Point> for Point
[src][+]
impl StructuralPartialEq for Point
[src]
impl Sub<Point> for Point
[src][+]
impl SubAssign<Point> for Point
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,