Struct flipperzero_sys::MfUltralightAuth
source · #[repr(C, packed)]pub struct MfUltralightAuth {
pub pwd: MfUltralightAuth__bindgen_ty_1,
pub pack: MfUltralightAuth__bindgen_ty_2,
}Expand description
Re-export bindings
Fields§
§pwd: MfUltralightAuth__bindgen_ty_1§pack: MfUltralightAuth__bindgen_ty_2Trait Implementations§
source§impl Clone for MfUltralightAuth
impl Clone for MfUltralightAuth
source§fn clone(&self) -> MfUltralightAuth
fn clone(&self) -> MfUltralightAuth
Returns a copy 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 more