Trait rsa_cortex_m4::numbers::NumberMut [−][src]
Mutable access to a Number
.
Provided methods
fn from_slice(slice: &[Digit]) -> Self
[src]
fn try_from_slice(slice: &[Digit]) -> Result<Self>
[src]
fn from_bytes(bytes: &[u8]) -> Self
[src]
fn set_zero(&mut self)
[src]
fn one() -> Self
[src]
fn swap_order(self) -> Self
[src]
Swap endianness of digits in Self and, if the platform is little-endian, endianness of bytes within digits.