pub struct Encoding<'a> {
pub base_encoding: Option<BaseEncoding>,
pub differences: Option<SparseSet<PdfName<'a>>>,
}Expand description
A font encoding
Fields§
§base_encoding: Option<BaseEncoding>The base encoding
differences: Option<SparseSet<PdfName<'a>>>The differences from the base encoding
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Encoding<'a>
impl<'a> RefUnwindSafe for Encoding<'a>
impl<'a> Send for Encoding<'a>
impl<'a> Sync for Encoding<'a>
impl<'a> Unpin for Encoding<'a>
impl<'a> UnwindSafe for Encoding<'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