Enum ipp_headers_sys::IppRegExpFormat
[−]
[src]
#[repr(u32)]pub enum IppRegExpFormat { ippFmtASCII, ippFmtUTF8, }
Variants
ippFmtASCIIippFmtUTF8
Trait Implementations
impl Debug for IppRegExpFormat[src]
impl Copy for IppRegExpFormat[src]
impl Clone for IppRegExpFormat[src]
fn clone(&self) -> IppRegExpFormat[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
impl PartialEq for IppRegExpFormat[src]
fn eq(&self, __arg_0: &IppRegExpFormat) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.