Enum binaryen_sys::idtype_t [−][src]
#[repr(u32)]pub enum idtype_t { P_ALL, P_PID, P_PGID, }
Variants
P_ALLP_PIDP_PGID
Trait Implementations
impl Debug for idtype_t[src]
impl Debug for idtype_tfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for idtype_t[src]
impl Copy for idtype_timpl Clone for idtype_t[src]
impl Clone for idtype_tfn clone(&self) -> idtype_t[src]
fn clone(&self) -> idtype_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for idtype_t[src]
impl PartialEq for idtype_tfn eq(&self, other: &idtype_t) -> bool[src]
fn eq(&self, other: &idtype_t) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for idtype_t[src]
impl Eq for idtype_timpl Hash for idtype_t[src]
impl Hash for idtype_t