pub struct RegisterId(/* private fields */);Expand description
A stable identifier for a Register.
Implementations§
Trait Implementations§
Source§impl Clone for RegisterId
impl Clone for RegisterId
impl Copy for RegisterId
Source§impl Debug for RegisterId
impl Debug for RegisterId
Source§impl Default for RegisterId
impl Default for RegisterId
Source§impl<'de> Deserialize<'de> for RegisterId
impl<'de> Deserialize<'de> for RegisterId
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RegisterId
impl Display for RegisterId
impl Eq for RegisterId
Source§impl From<RegisterId> for usize
impl From<RegisterId> for usize
Source§fn from(id: RegisterId) -> usize
fn from(id: RegisterId) -> usize
Converts to this type from the input type.
Source§impl From<usize> for RegisterId
impl From<usize> for RegisterId
Source§impl Hash for RegisterId
impl Hash for RegisterId
impl Identifier for RegisterId
Source§impl Ord for RegisterId
impl Ord for RegisterId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for RegisterId
impl PartialEq for RegisterId
Auto Trait Implementations§
impl Freeze for RegisterId
impl RefUnwindSafe for RegisterId
impl Send for RegisterId
impl Sync for RegisterId
impl Unpin for RegisterId
impl UnsafeUnpin for RegisterId
impl UnwindSafe for RegisterId
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