Enum postscript::compact::compound::Charset
[−]
[src]
pub enum Charset {
ISOAdobe,
Expert,
ExpertSubset,
Format1(Charset1),
}A charset.
Variants
ISOAdobeExpertExpertSubsetFormat1(Charset1)Methods
impl Charset[src]
Trait Implementations
impl PartialEq for Charset[src]
fn eq(&self, __arg_0: &Charset) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Charset) -> bool
This method tests for !=.
impl Eq for Charset[src]
impl Debug for Charset[src]
impl Clone for Charset[src]
fn clone(&self) -> Charset
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