struct TopDict {
charset_offset: Option<usize>,
encoding_offset: Option<usize>,
char_strings_offset: usize,
private_dict_range: Option<Range<usize>>,
matrix: Matrix,
has_ros: bool,
fd_array_offset: Option<usize>,
fd_select_offset: Option<usize>,
}
Fields§
§charset_offset: Option<usize>
§encoding_offset: Option<usize>
§char_strings_offset: usize
§private_dict_range: Option<Range<usize>>
§matrix: Matrix
§has_ros: bool
§fd_array_offset: Option<usize>
§fd_select_offset: Option<usize>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopDict
impl RefUnwindSafe for TopDict
impl Send for TopDict
impl Sync for TopDict
impl Unpin for TopDict
impl UnwindSafe for TopDict
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