Struct flipperzero_sys::MfUltralightAuth
source · #[repr(C, packed)]pub struct MfUltralightAuth {
pub pwd: MfUltralightAuth__bindgen_ty_1,
pub pack: MfUltralightAuth__bindgen_ty_2,
}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 moreimpl Copy for MfUltralightAuth
Auto Trait Implementations§
impl RefUnwindSafe for MfUltralightAuth
impl Send for MfUltralightAuth
impl Sync for MfUltralightAuth
impl Unpin for MfUltralightAuth
impl UnwindSafe for MfUltralightAuth
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