pub enum GposSubtable {
Type1(GposType1Format),
Type2(GposType2Format),
Type3(GposType3Format),
Type4(GposType4Format),
Type5(GposType5Format),
Type6(GposType6Format),
Type7(GposType7Format),
Type8(GposType8Format),
Type9(GposType9Format),
}Variants§
Type1(GposType1Format)
Type2(GposType2Format)
Type3(GposType3Format)
Type4(GposType4Format)
Type5(GposType5Format)
Type6(GposType6Format)
Type7(GposType7Format)
Type8(GposType8Format)
Type9(GposType9Format)
Auto Trait Implementations§
impl Freeze for GposSubtable
impl RefUnwindSafe for GposSubtable
impl Send for GposSubtable
impl Sync for GposSubtable
impl Unpin for GposSubtable
impl UnsafeUnpin for GposSubtable
impl UnwindSafe for GposSubtable
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