Struct ttf_parser::opentype_layout::LookupFlags [−][src]
pub struct LookupFlags(pub u16);
Expand description
Lookup table flags.
Tuple Fields
0: u16
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LookupFlags
impl Send for LookupFlags
impl Sync for LookupFlags
impl Unpin for LookupFlags
impl UnwindSafe for LookupFlags
Blanket Implementations
Mutably borrows from an owned value. Read more