struct PrivateDict {
hint_params: HintParams,
subrs_offset: Option<usize>,
store_index: u16,
}
Expand description
Entries that we parse from the Private DICT to support charstring evaluation.
Fields§
§hint_params: HintParams
§subrs_offset: Option<usize>
§store_index: u16
Implementations§
Trait Implementations§
Source§impl Default for PrivateDict
impl Default for PrivateDict
Source§fn default() -> PrivateDict
fn default() -> PrivateDict
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrivateDict
impl RefUnwindSafe for PrivateDict
impl Send for PrivateDict
impl Sync for PrivateDict
impl Unpin for PrivateDict
impl UnwindSafe for PrivateDict
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