pub struct RegisterId(/* private fields */);Expand description
A type which always represents a valid register in a bank.
Implementations§
Trait Implementations§
Source§impl Clone for RegisterId
impl Clone for RegisterId
Source§fn clone(&self) -> RegisterId
fn clone(&self) -> RegisterId
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 RegisterId
impl Debug for RegisterId
Source§impl Hash for RegisterId
impl Hash for RegisterId
Source§impl Identifier for RegisterId
impl Identifier for RegisterId
Source§impl Ord for RegisterId
impl Ord for RegisterId
Source§fn cmp(&self, other: &RegisterId) -> Ordering
fn cmp(&self, other: &RegisterId) -> 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 RegisterId
impl PartialEq for RegisterId
Source§impl PartialOrd for RegisterId
impl PartialOrd for RegisterId
impl Copy for RegisterId
impl Eq for RegisterId
impl StructuralPartialEq 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 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