#[repr(C)]pub struct NetworkAuth(pub [u8; 32]);Expand description
An authentication code, produced by NetworkKey::authenticate
and verified by NetworkKey::verify.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
Source§impl AsBytes for NetworkAuth
impl AsBytes for NetworkAuth
impl FromBytes for NetworkAuth
Auto Trait Implementations§
impl Freeze for NetworkAuth
impl RefUnwindSafe for NetworkAuth
impl Send for NetworkAuth
impl Sync for NetworkAuth
impl Unpin for NetworkAuth
impl UnwindSafe for NetworkAuth
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