Struct ttf_parser::vorg::VerticalOriginMetrics
source · [−]Expand description
Vertical origin metrics for the Vertical Origin Table.
Fields
glyph_id: GlyphIdGlyph ID.
y: i16Y coordinate, in the font’s design coordinate system, of the vertical origin.
Trait Implementations
sourceimpl Clone for VerticalOriginMetrics
impl Clone for VerticalOriginMetrics
sourcefn clone(&self) -> VerticalOriginMetrics
fn clone(&self) -> VerticalOriginMetrics
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VerticalOriginMetrics
impl Debug for VerticalOriginMetrics
sourceimpl FromData for VerticalOriginMetrics
impl FromData for VerticalOriginMetrics
impl Copy for VerticalOriginMetrics
Auto Trait Implementations
impl RefUnwindSafe for VerticalOriginMetrics
impl Send for VerticalOriginMetrics
impl Sync for VerticalOriginMetrics
impl Unpin for VerticalOriginMetrics
impl UnwindSafe for VerticalOriginMetrics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more