pub struct CallReference(pub u32);Expand description
A device-visible call reference.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for CallReference
impl Clone for CallReference
Source§fn clone(&self) -> CallReference
fn clone(&self) -> CallReference
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 moreimpl Copy for CallReference
Source§impl Debug for CallReference
impl Debug for CallReference
Source§impl Default for CallReference
impl Default for CallReference
Source§fn default() -> CallReference
fn default() -> CallReference
Returns the “default value” for a type. Read more
Source§impl Display for CallReference
impl Display for CallReference
impl Eq for CallReference
Source§impl From<CallReference> for u32
impl From<CallReference> for u32
Source§fn from(value: CallReference) -> Self
fn from(value: CallReference) -> Self
Converts to this type from the input type.
Source§impl From<u32> for CallReference
impl From<u32> for CallReference
Source§impl Hash for CallReference
impl Hash for CallReference
Source§impl Ord for CallReference
impl Ord for CallReference
Source§fn cmp(&self, other: &CallReference) -> Ordering
fn cmp(&self, other: &CallReference) -> Ordering
1.21.0 (const: unstable) · 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 CallReference
impl PartialEq for CallReference
Source§impl PartialOrd for CallReference
impl PartialOrd for CallReference
impl StructuralPartialEq for CallReference
Auto Trait Implementations§
impl Freeze for CallReference
impl RefUnwindSafe for CallReference
impl Send for CallReference
impl Sync for CallReference
impl Unpin for CallReference
impl UnsafeUnpin for CallReference
impl UnwindSafe for CallReference
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