#[non_exhaustive]pub enum PenOffset {
Subscript,
Normal,
Superscript,
}Available on crate feature
decode only.Expand description
Pen vertical offset (§79.102 (l) / SPA offset field; 2-bit).
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
impl Copy for PenOffset
impl Eq for PenOffset
impl StructuralPartialEq for PenOffset
Auto Trait Implementations§
impl Freeze for PenOffset
impl RefUnwindSafe for PenOffset
impl Send for PenOffset
impl Sync for PenOffset
impl Unpin for PenOffset
impl UnsafeUnpin for PenOffset
impl UnwindSafe for PenOffset
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