Enum ttf_parser::tables::gpos::Device
source · pub enum Device<'a> {
Hinting(HintingDevice<'a>),
Variation(VariationDevice),
}
Expand description
A Device Table.
Variants§
Hinting(HintingDevice<'a>)
Variation(VariationDevice)
Implementations§
Trait Implementations§
impl<'a> Copy for Device<'a>
Auto Trait Implementations§
impl<'a> Freeze for Device<'a>
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more