#[repr(C)]pub struct UiaAsyncContentLoadedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub AsyncContentLoadedState: AsyncContentLoadedState,
pub PercentComplete: f64,
}Fields§
§Type: EventArgsType§EventId: i32§AsyncContentLoadedState: AsyncContentLoadedState§PercentComplete: f64Trait Implementations§
§impl Clone for UiaAsyncContentLoadedEventArgs
impl Clone for UiaAsyncContentLoadedEventArgs
impl Copy for UiaAsyncContentLoadedEventArgs
Auto Trait Implementations§
impl RefUnwindSafe for UiaAsyncContentLoadedEventArgs
impl Send for UiaAsyncContentLoadedEventArgs
impl Sync for UiaAsyncContentLoadedEventArgs
impl Unpin for UiaAsyncContentLoadedEventArgs
impl UnwindSafe for UiaAsyncContentLoadedEventArgs
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