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