pub struct LoadingEvent {
pub progress: c_float,
}
Fields§
§progress: c_float
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadingEvent
impl RefUnwindSafe for LoadingEvent
impl Send for LoadingEvent
impl Sync for LoadingEvent
impl Unpin for LoadingEvent
impl UnwindSafe for LoadingEvent
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