#[repr(C)]pub struct MfUltralightListenerEventData {
pub __bindgen_anon_1: MfUltralightListenerEventData__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: MfUltralightListenerEventData__bindgen_ty_1Trait Implementations§
Source§impl Clone for MfUltralightListenerEventData
impl Clone for MfUltralightListenerEventData
Source§fn clone(&self) -> MfUltralightListenerEventData
fn clone(&self) -> MfUltralightListenerEventData
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 MfUltralightListenerEventData
Auto Trait Implementations§
impl Freeze for MfUltralightListenerEventData
impl RefUnwindSafe for MfUltralightListenerEventData
impl Send for MfUltralightListenerEventData
impl Sync for MfUltralightListenerEventData
impl Unpin for MfUltralightListenerEventData
impl UnwindSafe for MfUltralightListenerEventData
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