#[repr(C)]pub struct MfUltralightPollerKeyRequestData {
pub key: MfUltralightC3DesAuthKey,
pub key_provided: bool,
}Expand description
MfUltralight poller key request data.
Fields§
§key: MfUltralightC3DesAuthKey< Key to try.
key_provided: bool< Set to true if key was provided, false to stop attack.
Trait Implementations§
Source§impl Clone for MfUltralightPollerKeyRequestData
impl Clone for MfUltralightPollerKeyRequestData
Source§fn clone(&self) -> MfUltralightPollerKeyRequestData
fn clone(&self) -> MfUltralightPollerKeyRequestData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfUltralightPollerKeyRequestData
Auto Trait Implementations§
impl Freeze for MfUltralightPollerKeyRequestData
impl RefUnwindSafe for MfUltralightPollerKeyRequestData
impl Send for MfUltralightPollerKeyRequestData
impl Sync for MfUltralightPollerKeyRequestData
impl Unpin for MfUltralightPollerKeyRequestData
impl UnwindSafe for MfUltralightPollerKeyRequestData
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