Struct ttf_parser::gpos::AnchorMatrix [−][src]
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
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
Mutably borrows from an owned value. Read more