Enum postscript::compact1::char_set::CharSet
[−]
[src]
pub enum CharSet { ISOAdobe, Expert, ExpertSubset, Format1(CharSet1), }
A char set.
Variants
ISOAdobe
Expert
ExpertSubset
Format1(CharSet1)
Methods
impl CharSet
[src]
Trait Implementations
impl Clone for CharSet
[src]
fn clone(&self) -> CharSet
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more