Struct ttf_parser::apple_layout::ValueOffset [−][src]
pub struct ValueOffset(_);
Expand description
A type-safe wrapper for a kerning value offset.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValueOffset
impl Send for ValueOffset
impl Sync for ValueOffset
impl Unpin for ValueOffset
impl UnwindSafe for ValueOffset
Blanket Implementations
Mutably borrows from an owned value. Read more