Struct rust_rcs_core::security::aka::AkaChallenge
source · pub struct AkaChallenge {
pub rand: [u8; 16],
pub autn: [u8; 16],
}
Fields§
§rand: [u8; 16]
§autn: [u8; 16]
Trait Implementations§
source§impl FromRawStr for AkaChallenge
impl FromRawStr for AkaChallenge
type Err = ()
fn from_raw_str(s: &[u8]) -> Result<AkaChallenge, ()>
Auto Trait Implementations§
impl RefUnwindSafe for AkaChallenge
impl Send for AkaChallenge
impl Sync for AkaChallenge
impl Unpin for AkaChallenge
impl UnwindSafe for AkaChallenge
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