#[repr(C)]pub union MfClassicListenerEventData {
pub auth_context: MfClassicAuthContext,
}Fields§
§auth_context: MfClassicAuthContextTrait Implementations§
Source§impl Clone for MfClassicListenerEventData
impl Clone for MfClassicListenerEventData
Source§fn clone(&self) -> MfClassicListenerEventData
fn clone(&self) -> MfClassicListenerEventData
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 MfClassicListenerEventData
Auto Trait Implementations§
impl Freeze for MfClassicListenerEventData
impl RefUnwindSafe for MfClassicListenerEventData
impl Send for MfClassicListenerEventData
impl Sync for MfClassicListenerEventData
impl Unpin for MfClassicListenerEventData
impl UnwindSafe for MfClassicListenerEventData
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