pub struct RegisterValue { /* private fields */ }
Implementations§
source§impl RegisterValue
impl RegisterValue
Trait Implementations§
source§impl Clone for RegisterValue
impl Clone for RegisterValue
source§fn clone(&self) -> RegisterValue
fn clone(&self) -> RegisterValue
Returns a copy 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 RegisterValue
impl Debug for RegisterValue
source§impl From<BNRegisterValue> for RegisterValue
impl From<BNRegisterValue> for RegisterValue
source§impl From<RegisterValue> for BNRegisterValue
impl From<RegisterValue> for BNRegisterValue
source§fn from(value: RegisterValue) -> Self
fn from(value: RegisterValue) -> Self
Converts to this type from the input type.
source§impl Hash for RegisterValue
impl Hash for RegisterValue
source§impl PartialEq for RegisterValue
impl PartialEq for RegisterValue
impl Copy for RegisterValue
impl Eq for RegisterValue
impl StructuralPartialEq for RegisterValue
Auto Trait Implementations§
impl Freeze for RegisterValue
impl RefUnwindSafe for RegisterValue
impl Send for RegisterValue
impl Sync for RegisterValue
impl Unpin for RegisterValue
impl UnwindSafe for RegisterValue
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