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