pub struct LoadingProgress {
pub subevent: LoadingProgressSubevent,
pub hz: i32,
pub progress: i32,
}Fields§
§subevent: LoadingProgressSubevent§hz: i32§progress: i32Trait Implementations§
Source§impl Clone for LoadingProgress
impl Clone for LoadingProgress
Source§fn clone(&self) -> LoadingProgress
fn clone(&self) -> LoadingProgress
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 LoadingProgress
impl Debug for LoadingProgress
impl Copy for LoadingProgress
Auto Trait Implementations§
impl Freeze for LoadingProgress
impl RefUnwindSafe for LoadingProgress
impl Send for LoadingProgress
impl Sync for LoadingProgress
impl Unpin for LoadingProgress
impl UnsafeUnpin for LoadingProgress
impl UnwindSafe for LoadingProgress
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