#[repr(C)]pub struct MfClassicListenerEvent {
pub type_: MfClassicListenerEventType,
pub data: *mut MfClassicListenerEventData,
}Fields§
§type_: MfClassicListenerEventType§data: *mut MfClassicListenerEventDataTrait Implementations§
Source§impl Clone for MfClassicListenerEvent
impl Clone for MfClassicListenerEvent
Source§fn clone(&self) -> MfClassicListenerEvent
fn clone(&self) -> MfClassicListenerEvent
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 moreSource§impl Debug for MfClassicListenerEvent
impl Debug for MfClassicListenerEvent
impl Copy for MfClassicListenerEvent
Auto Trait Implementations§
impl Freeze for MfClassicListenerEvent
impl RefUnwindSafe for MfClassicListenerEvent
impl !Send for MfClassicListenerEvent
impl !Sync for MfClassicListenerEvent
impl Unpin for MfClassicListenerEvent
impl UnwindSafe for MfClassicListenerEvent
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