Struct IMdmAlert_Vtbl
#[repr(C)]pub struct IMdmAlert_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub Data: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Format: unsafe extern "system" fn(_: *mut c_void, _: *mut MdmAlertDataType) -> HRESULT,
pub SetFormat: unsafe extern "system" fn(_: *mut c_void, _: MdmAlertDataType) -> HRESULT,
pub Mark: unsafe extern "system" fn(_: *mut c_void, _: *mut MdmAlertMark) -> HRESULT,
pub SetMark: unsafe extern "system" fn(_: *mut c_void, _: MdmAlertMark) -> HRESULT,
pub Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Target: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Data: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetData: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Format: unsafe extern "system" fn(_: *mut c_void, _: *mut MdmAlertDataType) -> HRESULT§SetFormat: unsafe extern "system" fn(_: *mut c_void, _: MdmAlertDataType) -> HRESULT§Mark: unsafe extern "system" fn(_: *mut c_void, _: *mut MdmAlertMark) -> HRESULT§SetMark: unsafe extern "system" fn(_: *mut c_void, _: MdmAlertMark) -> HRESULT§Source: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Target: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IMdmAlert_Vtbl
impl RefUnwindSafe for IMdmAlert_Vtbl
impl Send for IMdmAlert_Vtbl
impl Sync for IMdmAlert_Vtbl
impl Unpin for IMdmAlert_Vtbl
impl UnwindSafe for IMdmAlert_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