pub struct GlobalIndex(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for GlobalIndex
impl Clone for GlobalIndex
Source§fn clone(&self) -> GlobalIndex
fn clone(&self) -> GlobalIndex
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 GlobalIndex
impl Debug for GlobalIndex
Source§impl Deref for GlobalIndex
impl Deref for GlobalIndex
Source§impl Export<GlobalIndex> for ModuleBuilder
impl Export<GlobalIndex> for ModuleBuilder
fn export<S: Into<String>>( &mut self, name: S, index: GlobalIndex, ) -> ExportIndex
Source§impl Hash for GlobalIndex
impl Hash for GlobalIndex
Source§impl Ord for GlobalIndex
impl Ord for GlobalIndex
Source§fn cmp(&self, other: &GlobalIndex) -> Ordering
fn cmp(&self, other: &GlobalIndex) -> 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 GlobalIndex
impl PartialEq for GlobalIndex
Source§impl PartialOrd for GlobalIndex
impl PartialOrd for GlobalIndex
impl Copy for GlobalIndex
impl Eq for GlobalIndex
impl StructuralPartialEq for GlobalIndex
Auto Trait Implementations§
impl Freeze for GlobalIndex
impl RefUnwindSafe for GlobalIndex
impl Send for GlobalIndex
impl Sync for GlobalIndex
impl Unpin for GlobalIndex
impl UnwindSafe for GlobalIndex
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