pub struct CoreRegister { /* private fields */ }Implementations§
Source§impl CoreRegister
impl CoreRegister
pub fn new(arch: CoreArchitecture, id: RegisterId) -> Option<Self>
Trait Implementations§
Source§impl Clone for CoreRegister
impl Clone for CoreRegister
Source§fn clone(&self) -> CoreRegister
fn clone(&self) -> CoreRegister
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 CoreArrayProvider for CoreRegister
impl CoreArrayProvider for CoreRegister
Source§impl Debug for CoreRegister
impl Debug for CoreRegister
Source§impl From<CoreRegister> for IntrinsicOutput
impl From<CoreRegister> for IntrinsicOutput
Source§fn from(value: CoreRegister) -> Self
fn from(value: CoreRegister) -> Self
Converts to this type from the input type.
Source§impl Hash for CoreRegister
impl Hash for CoreRegister
Source§impl PartialEq for CoreRegister
impl PartialEq for CoreRegister
Source§impl Register for CoreRegister
impl Register for CoreRegister
impl Copy for CoreRegister
impl Eq for CoreRegister
impl StructuralPartialEq for CoreRegister
Auto Trait Implementations§
impl Freeze for CoreRegister
impl RefUnwindSafe for CoreRegister
impl Send for CoreRegister
impl Sync for CoreRegister
impl Unpin for CoreRegister
impl UnwindSafe for CoreRegister
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more