Struct postscript::compact::index::Dictionaries
[−]
[src]
pub struct Dictionaries(pub Index);
A dictionary index.
Trait Implementations
impl Clone for Dictionaries[src]
fn clone(&self) -> Dictionaries
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Dictionaries[src]
impl Deref for Dictionaries[src]
type Target = Index
The resulting type after dereferencing
fn deref(&self) -> &Self::Target
The method called to dereference a value