pub struct ImportedFunctionIndex(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for ImportedFunctionIndex
impl Clone for ImportedFunctionIndex
Source§fn clone(&self) -> ImportedFunctionIndex
fn clone(&self) -> ImportedFunctionIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImportedFunctionIndex
impl Debug for ImportedFunctionIndex
Source§impl Hash for ImportedFunctionIndex
impl Hash for ImportedFunctionIndex
Source§impl Ord for ImportedFunctionIndex
impl Ord for ImportedFunctionIndex
Source§fn cmp(&self, other: &ImportedFunctionIndex) -> Ordering
fn cmp(&self, other: &ImportedFunctionIndex) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImportedFunctionIndex
impl PartialEq for ImportedFunctionIndex
Source§impl PartialOrd for ImportedFunctionIndex
impl PartialOrd for ImportedFunctionIndex
impl Copy for ImportedFunctionIndex
impl Eq for ImportedFunctionIndex
impl StructuralPartialEq for ImportedFunctionIndex
Auto Trait Implementations§
impl Freeze for ImportedFunctionIndex
impl RefUnwindSafe for ImportedFunctionIndex
impl Send for ImportedFunctionIndex
impl Sync for ImportedFunctionIndex
impl Unpin for ImportedFunctionIndex
impl UnwindSafe for ImportedFunctionIndex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more