pub enum RegisterValue {
}Variants§
U8(u8)
U16(u16)
U32(u32)
U64(u64)
I8(i8)
I16(i16)
I32(i32)
I64(i64)
Float(f32)
Double(f64)
LongDouble(F80)
Byte64(Byte64)
Byte128(Byte128)
Trait Implementations§
Source§impl Display for RegisterValue
impl Display for RegisterValue
Source§impl From<F80> for RegisterValue
impl From<F80> for RegisterValue
Source§impl From<RegisterValue> for Byte128
impl From<RegisterValue> for Byte128
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for Byte64
impl From<RegisterValue> for Byte64
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for F80
impl From<RegisterValue> for F80
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for f32
impl From<RegisterValue> for f32
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for f64
impl From<RegisterValue> for f64
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for i16
impl From<RegisterValue> for i16
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for i32
impl From<RegisterValue> for i32
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for i64
impl From<RegisterValue> for i64
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for i8
impl From<RegisterValue> for i8
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for u16
impl From<RegisterValue> for u16
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for u32
impl From<RegisterValue> for u32
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for u64
impl From<RegisterValue> for u64
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<RegisterValue> for u8
impl From<RegisterValue> for u8
Source§fn from(val: RegisterValue) -> Self
fn from(val: RegisterValue) -> Self
Converts to this type from the input type.
Source§impl From<f32> for RegisterValue
impl From<f32> for RegisterValue
Source§impl From<f64> for RegisterValue
impl From<f64> for RegisterValue
Source§impl From<i16> for RegisterValue
impl From<i16> for RegisterValue
Source§impl From<i32> for RegisterValue
impl From<i32> for RegisterValue
Source§impl From<i64> for RegisterValue
impl From<i64> for RegisterValue
Source§impl From<i8> for RegisterValue
impl From<i8> for RegisterValue
Source§impl From<u16> for RegisterValue
impl From<u16> for RegisterValue
Source§impl From<u32> for RegisterValue
impl From<u32> for RegisterValue
Source§impl From<u64> for RegisterValue
impl From<u64> 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