Struct IAdaptiveNotificationContent_Vtbl
#[repr(C)]pub struct IAdaptiveNotificationContent_Vtbl {
pub base__: IInspectable_Vtbl,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut AdaptiveNotificationContentKind) -> HRESULT,
pub Hints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut AdaptiveNotificationContentKind) -> HRESULT
§Hints: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IAdaptiveNotificationContent_Vtbl
impl IAdaptiveNotificationContent_Vtbl
pub const fn new<Identity: IAdaptiveNotificationContent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAdaptiveNotificationContent_Vtbl
impl RefUnwindSafe for IAdaptiveNotificationContent_Vtbl
impl Send for IAdaptiveNotificationContent_Vtbl
impl Sync for IAdaptiveNotificationContent_Vtbl
impl Unpin for IAdaptiveNotificationContent_Vtbl
impl UnwindSafe for IAdaptiveNotificationContent_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