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