Enum ttf_parser::gpos::Device
source · [−]pub enum Device<'a> {
Hinting(HintingDevice<'a>),
Variation(VariationDevice),
}
Expand description
A Device Table.
Variants
Hinting(HintingDevice<'a>)
Variation(VariationDevice)
Trait Implementations
impl<'a> Copy for Device<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Device<'a>
impl<'a> Send for Device<'a>
impl<'a> Sync for Device<'a>
impl<'a> Unpin for Device<'a>
impl<'a> UnwindSafe for Device<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more