#[repr(C)]pub struct UiaAsyncContentLoadedEventArgs {
pub Type: EventArgsType,
pub EventId: c_int,
pub AsyncContentLoadedState: AsyncContentLoadedState,
pub PercentComplete: c_double,
}
Fields§
§Type: EventArgsType
§EventId: c_int
§AsyncContentLoadedState: AsyncContentLoadedState
§PercentComplete: c_double
Trait Implementations§
Source§impl Clone for UiaAsyncContentLoadedEventArgs
impl Clone for UiaAsyncContentLoadedEventArgs
Source§fn clone(&self) -> UiaAsyncContentLoadedEventArgs
fn clone(&self) -> UiaAsyncContentLoadedEventArgs
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 Default for UiaAsyncContentLoadedEventArgs
impl Default for UiaAsyncContentLoadedEventArgs
Source§fn default() -> UiaAsyncContentLoadedEventArgs
fn default() -> UiaAsyncContentLoadedEventArgs
Returns the “default value” for a type. Read more
impl Copy for UiaAsyncContentLoadedEventArgs
Auto Trait Implementations§
impl Freeze for UiaAsyncContentLoadedEventArgs
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