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