#[repr(C)]pub struct UiaAsyncContentLoadedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub AsyncContentLoadedState: AsyncContentLoadedState,
pub PercentComplete: f64,
}
Expand description
Required features: "Win32_UI_Accessibility"
Fields
Type: EventArgsType
EventId: i32
AsyncContentLoadedState: AsyncContentLoadedState
PercentComplete: f64
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more