#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MfUltralightListenerEvent
Auto Trait Implementations§
impl !Send for MfUltralightListenerEvent
impl !Sync for MfUltralightListenerEvent
impl Freeze for MfUltralightListenerEvent
impl RefUnwindSafe for MfUltralightListenerEvent
impl Unpin for MfUltralightListenerEvent
impl UnsafeUnpin 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