pub type Byte64 = [u8; 8];Trait Implementations§
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.