Struct owned_ttf_parser::ankr::Point
source · pub struct Point {
pub x: i16,
pub y: i16,
}
Expand description
An anchor point.
Fields§
§x: i16
§y: i16
Trait Implementations§
source§impl PartialEq for Point
impl PartialEq for Point
impl Copy for Point
impl Eq for Point
impl StructuralPartialEq for Point
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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