Struct windows::UI::Core::Preview::ICoreAppWindowPreview_Vtbl
#[repr(C)]pub struct ICoreAppWindowPreview_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Auto Trait Implementations§
impl Freeze for ICoreAppWindowPreview_Vtbl
impl RefUnwindSafe for ICoreAppWindowPreview_Vtbl
impl Send for ICoreAppWindowPreview_Vtbl
impl Sync for ICoreAppWindowPreview_Vtbl
impl Unpin for ICoreAppWindowPreview_Vtbl
impl UnwindSafe for ICoreAppWindowPreview_Vtbl
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