Struct read_fonts::tables::ankr::AnchorPoint
source · #[repr(C, packed(1))]pub struct AnchorPoint {
pub x: BigEndian<i16>,
pub y: BigEndian<i16>,
}
Expand description
Individual anchor point.
Fields§
§x: BigEndian<i16>
§y: BigEndian<i16>
Implementations§
Trait Implementations§
source§impl Clone for AnchorPoint
impl Clone for AnchorPoint
source§fn clone(&self) -> AnchorPoint
fn clone(&self) -> AnchorPoint
Returns a copy of the value. Read more
1.0.0 · 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 AnchorPoint
impl Debug for AnchorPoint
source§impl FixedSize for AnchorPoint
impl FixedSize for AnchorPoint
source§const RAW_BYTE_LEN: usize = 4usize
const RAW_BYTE_LEN: usize = 4usize
The raw size of this type, in bytes. Read more
source§impl Hash for AnchorPoint
impl Hash for AnchorPoint
source§impl Ord for AnchorPoint
impl Ord for AnchorPoint
source§fn cmp(&self, other: &AnchorPoint) -> Ordering
fn cmp(&self, other: &AnchorPoint) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AnchorPoint
impl PartialEq for AnchorPoint
source§impl PartialOrd for AnchorPoint
impl PartialOrd for AnchorPoint
source§impl<'a> SomeRecord<'a> for AnchorPoint
impl<'a> SomeRecord<'a> for AnchorPoint
fn traverse(self, data: FontData<'a>) -> RecordResolver<'a>
impl AnyBitPattern for AnchorPoint
impl Copy for AnchorPoint
impl Eq for AnchorPoint
impl StructuralPartialEq for AnchorPoint
Auto Trait Implementations§
impl Freeze for AnchorPoint
impl RefUnwindSafe for AnchorPoint
impl Send for AnchorPoint
impl Sync for AnchorPoint
impl Unpin for AnchorPoint
impl UnwindSafe for AnchorPoint
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
source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
source§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)