pub struct SCrypt {
pub server_cryptogram: [u8; 16],
}Expand description
osdp_SCRYPT body.
Fields§
§server_cryptogram: [u8; 16]Server cryptogram.
Implementations§
Trait Implementations§
impl Copy for SCrypt
impl Eq for SCrypt
impl StructuralPartialEq for SCrypt
Auto Trait Implementations§
impl Freeze for SCrypt
impl RefUnwindSafe for SCrypt
impl Send for SCrypt
impl Sync for SCrypt
impl Unpin for SCrypt
impl UnsafeUnpin for SCrypt
impl UnwindSafe for SCrypt
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