pub struct RegisterKey {
pub ty: RegisterType,
pub number: u16,
}Fields§
§ty: RegisterType§number: u16Trait Implementations§
Source§impl Clone for RegisterKey
impl Clone for RegisterKey
Source§fn clone(&self) -> RegisterKey
fn clone(&self) -> RegisterKey
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 RegisterKey
impl Debug for RegisterKey
Source§impl Hash for RegisterKey
impl Hash for RegisterKey
Source§impl Ord for RegisterKey
impl Ord for RegisterKey
Source§fn cmp(&self, other: &RegisterKey) -> Ordering
fn cmp(&self, other: &RegisterKey) -> 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 RegisterKey
impl PartialEq for RegisterKey
Source§impl PartialOrd for RegisterKey
impl PartialOrd for RegisterKey
impl Copy for RegisterKey
impl Eq for RegisterKey
impl StructuralPartialEq for RegisterKey
Auto Trait Implementations§
impl Freeze for RegisterKey
impl RefUnwindSafe for RegisterKey
impl Send for RegisterKey
impl Sync for RegisterKey
impl Unpin for RegisterKey
impl UnsafeUnpin for RegisterKey
impl UnwindSafe for RegisterKey
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