struct RawDicts<'a> {
base: &'a [u8],
private: Vec<u8>,
}Expand description
Raw dictionary data for a Type1 font.
Fields§
§base: &'a [u8]Data containing the base dicitionary.
private: Vec<u8>Data containing the decrypted private dictionary.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RawDicts<'a>
impl<'a> RefUnwindSafe for RawDicts<'a>
impl<'a> Send for RawDicts<'a>
impl<'a> Sync for RawDicts<'a>
impl<'a> Unpin for RawDicts<'a>
impl<'a> UnsafeUnpin for RawDicts<'a>
impl<'a> UnwindSafe for RawDicts<'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