Struct web_assembler::ImportedFunctionIndex [−][src]
pub struct ImportedFunctionIndex(pub u32);
Trait Implementations
impl Debug for ImportedFunctionIndex[src]
impl Debug for ImportedFunctionIndexfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ImportedFunctionIndex[src]
impl Clone for ImportedFunctionIndexfn clone(&self) -> ImportedFunctionIndex[src]
fn clone(&self) -> ImportedFunctionIndexReturns 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)Performs copy-assignment from source. Read more
impl Copy for ImportedFunctionIndex[src]
impl Copy for ImportedFunctionIndeximpl PartialEq for ImportedFunctionIndex[src]
impl PartialEq for ImportedFunctionIndexfn eq(&self, other: &ImportedFunctionIndex) -> bool[src]
fn eq(&self, other: &ImportedFunctionIndex) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ImportedFunctionIndex) -> bool[src]
fn ne(&self, other: &ImportedFunctionIndex) -> boolThis method tests for !=.
impl Eq for ImportedFunctionIndex[src]
impl Eq for ImportedFunctionIndeximpl PartialOrd for ImportedFunctionIndex[src]
impl PartialOrd for ImportedFunctionIndexfn partial_cmp(&self, other: &ImportedFunctionIndex) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &ImportedFunctionIndex) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &ImportedFunctionIndex) -> bool[src]
fn lt(&self, other: &ImportedFunctionIndex) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &ImportedFunctionIndex) -> bool[src]
fn le(&self, other: &ImportedFunctionIndex) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &ImportedFunctionIndex) -> bool[src]
fn gt(&self, other: &ImportedFunctionIndex) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &ImportedFunctionIndex) -> bool[src]
fn ge(&self, other: &ImportedFunctionIndex) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for ImportedFunctionIndex[src]
impl Ord for ImportedFunctionIndexfn cmp(&self, other: &ImportedFunctionIndex) -> Ordering[src]
fn cmp(&self, other: &ImportedFunctionIndex) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Hash for ImportedFunctionIndex[src]
impl Hash for ImportedFunctionIndexAuto Trait Implementations
impl Send for ImportedFunctionIndex
impl Send for ImportedFunctionIndeximpl Sync for ImportedFunctionIndex
impl Sync for ImportedFunctionIndex