Enum ttf_parser::gpos::Device [−][src]
pub enum Device<'a> {
Hinting(HintingDevice<'a>),
Variation(VariationDevice),
}
Expand description
A Device Table.
Variants
Hinting(HintingDevice<'a>)
Tuple Fields
0: HintingDevice<'a>
Variation(VariationDevice)
Tuple Fields
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Device<'a>
impl<'a> UnwindSafe for Device<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more