pub struct RegisterValue(/* private fields */);Trait Implementations§
Source§impl From<RegisterValue> for u16
impl From<RegisterValue> for u16
Source§fn from(value: RegisterValue) -> u16
fn from(value: RegisterValue) -> u16
Converts to this type from the input type.
Source§impl From<RegisterValue> for u32
impl From<RegisterValue> for u32
Source§fn from(value: RegisterValue) -> u32
fn from(value: RegisterValue) -> u32
Converts to this type from the input type.
Source§impl From<RegisterValue> for u8
impl From<RegisterValue> for u8
Source§fn from(value: RegisterValue) -> u8
fn from(value: RegisterValue) -> u8
Converts to this type from the input type.
Source§impl From<u16> for RegisterValue
impl From<u16> for RegisterValue
Source§fn from(value: u16) -> RegisterValue
fn from(value: u16) -> RegisterValue
Converts to this type from the input type.
Source§impl From<u32> for RegisterValue
impl From<u32> for RegisterValue
Source§fn from(value: u32) -> RegisterValue
fn from(value: u32) -> RegisterValue
Converts to this type from the input type.
Source§impl From<u8> for RegisterValue
impl From<u8> for RegisterValue
Source§fn from(value: u8) -> RegisterValue
fn from(value: u8) -> RegisterValue
Converts to this type from the input type.
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