pub type PrivateDataSlotEXT = PrivateDataSlot;
Aliased Type§
struct PrivateDataSlotEXT(u64);
Fields§
§0: u64
Implementations
Trait Implementations
Source§impl Clone for PrivateDataSlot
impl Clone for PrivateDataSlot
Source§fn clone(&self) -> PrivateDataSlot
fn clone(&self) -> PrivateDataSlot
Returns a copy 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 PrivateDataSlot
impl Debug for PrivateDataSlot
Source§impl Default for PrivateDataSlot
impl Default for PrivateDataSlot
Source§fn default() -> PrivateDataSlot
fn default() -> PrivateDataSlot
Returns the “default value” for a type. Read more
Source§impl Handle for PrivateDataSlot
impl Handle for PrivateDataSlot
Source§impl Hash for PrivateDataSlot
impl Hash for PrivateDataSlot
Source§impl Ord for PrivateDataSlot
impl Ord for PrivateDataSlot
Source§fn cmp(&self, other: &PrivateDataSlot) -> Ordering
fn cmp(&self, other: &PrivateDataSlot) -> 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