Struct IToastOcclusionManagerPreviewStatics_Vtbl
#[repr(C)]pub struct IToastOcclusionManagerPreviewStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetToastWindowMargin: unsafe extern "system" fn(_: *mut c_void, _: WindowId, _: f64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetToastWindowMargin: unsafe extern "system" fn(_: *mut c_void, _: WindowId, _: f64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IToastOcclusionManagerPreviewStatics_Vtbl
impl RefUnwindSafe for IToastOcclusionManagerPreviewStatics_Vtbl
impl Send for IToastOcclusionManagerPreviewStatics_Vtbl
impl Sync for IToastOcclusionManagerPreviewStatics_Vtbl
impl Unpin for IToastOcclusionManagerPreviewStatics_Vtbl
impl UnwindSafe for IToastOcclusionManagerPreviewStatics_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