#[repr(C)]pub struct IFrameCapturedEventArgs {
pub lpVtbl: *mut IFrameCapturedEventArgsVtbl,
}Fields§
§lpVtbl: *mut IFrameCapturedEventArgsVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IFrameCapturedEventArgs
impl RefUnwindSafe for IFrameCapturedEventArgs
impl !Send for IFrameCapturedEventArgs
impl !Sync for IFrameCapturedEventArgs
impl Unpin for IFrameCapturedEventArgs
impl UnwindSafe for IFrameCapturedEventArgs
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