pub struct CallInfoIdx(pub u32);Expand description
Index into the call-info stack.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for CallInfoIdx
impl Clone for CallInfoIdx
Source§fn clone(&self) -> CallInfoIdx
fn clone(&self) -> CallInfoIdx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CallInfoIdx
impl Debug for CallInfoIdx
Source§impl Default for CallInfoIdx
impl Default for CallInfoIdx
Source§fn default() -> CallInfoIdx
fn default() -> CallInfoIdx
Returns the “default value” for a type. Read more
Source§impl Hash for CallInfoIdx
impl Hash for CallInfoIdx
Source§impl PartialEq for CallInfoIdx
impl PartialEq for CallInfoIdx
Source§fn eq(&self, other: &CallInfoIdx) -> bool
fn eq(&self, other: &CallInfoIdx) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CallInfoIdx
impl Eq for CallInfoIdx
impl StructuralPartialEq for CallInfoIdx
Auto Trait Implementations§
impl Freeze for CallInfoIdx
impl RefUnwindSafe for CallInfoIdx
impl Send for CallInfoIdx
impl Sync for CallInfoIdx
impl Unpin for CallInfoIdx
impl UnsafeUnpin for CallInfoIdx
impl UnwindSafe for CallInfoIdx
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