Struct owned_ttf_parser::apple_layout::ValueOffset [−][src]
pub struct ValueOffset(_);
Expand description
A type-safe wrapper for a kerning value offset.
Implementations
Returns the next offset.
After reaching u16::MAX will start from 0.
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