Struct ttf_parser::gpos::AnchorMatrix
source · [−]Expand description
An Anchor
parsing helper.
Fields
rows: u16
Number of rows in the matrix.
cols: u16
Number of columns in the matrix.
Implementations
Trait Implementations
sourceimpl<'a> Clone for AnchorMatrix<'a>
impl<'a> Clone for AnchorMatrix<'a>
sourcefn clone(&self) -> AnchorMatrix<'a>
fn clone(&self) -> AnchorMatrix<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AnchorMatrix<'_>
impl Debug for AnchorMatrix<'_>
impl<'a> Copy for AnchorMatrix<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AnchorMatrix<'a>
impl<'a> Send for AnchorMatrix<'a>
impl<'a> Sync for AnchorMatrix<'a>
impl<'a> Unpin for AnchorMatrix<'a>
impl<'a> UnwindSafe for AnchorMatrix<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more