pub struct RegisterList(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Clone for RegisterList
impl Clone for RegisterList
Source§fn clone(&self) -> RegisterList
fn clone(&self) -> RegisterList
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 RegisterList
Source§impl Debug for RegisterList
impl Debug for RegisterList
impl Eq for RegisterList
Source§impl From<RegisterList> for Operand
impl From<RegisterList> for Operand
Source§fn from(value: RegisterList) -> Self
fn from(value: RegisterList) -> Self
Converts to this type from the input type.
Source§impl Hash for RegisterList
impl Hash for RegisterList
Source§impl Ord for RegisterList
impl Ord for RegisterList
Source§fn cmp(&self, other: &RegisterList) -> Ordering
fn cmp(&self, other: &RegisterList) -> 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 RegisterList
impl PartialEq for RegisterList
Source§fn eq(&self, other: &RegisterList) -> bool
fn eq(&self, other: &RegisterList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RegisterList
impl PartialOrd for RegisterList
impl StructuralPartialEq for RegisterList
Auto Trait Implementations§
impl Freeze for RegisterList
impl RefUnwindSafe for RegisterList
impl Send for RegisterList
impl Sync for RegisterList
impl Unpin for RegisterList
impl UnsafeUnpin for RegisterList
impl UnwindSafe for RegisterList
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