Struct owned_ttf_parser::PointF
source · pub struct PointF {
pub x: f32,
pub y: f32,
}
Expand description
A float point.
Fields§
§x: f32
The X-axis coordinate.
y: f32
The Y-axis coordinate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointF
impl RefUnwindSafe for PointF
impl Send for PointF
impl Sync for PointF
impl Unpin for PointF
impl UnwindSafe for PointF
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