Struct IDebugPlmClient3_Vtbl
#[repr(C)]pub struct IDebugPlmClient3_Vtbl {
pub base__: IUnknown_Vtbl,
pub LaunchPlmPackageForDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut u32) -> HRESULT,
pub LaunchPlmBgTaskForDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut u32) -> HRESULT,
pub QueryPlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub QueryPlmPackageList: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut c_void) -> HRESULT,
pub EnablePlmPackageDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT,
pub DisablePlmPackageDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT,
pub SuspendPlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT,
pub ResumePlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT,
pub TerminatePlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT,
pub LaunchAndDebugPlmAppWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub ActivateAndDebugPlmBgTaskWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§LaunchPlmPackageForDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut u32) -> HRESULT
§LaunchPlmBgTaskForDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u32, _: PCWSTR, _: PCWSTR, _: *mut u32, _: *mut u32) -> HRESULT
§QueryPlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: *mut c_void) -> HRESULT
§QueryPlmPackageList: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut c_void) -> HRESULT
§EnablePlmPackageDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT
§DisablePlmPackageDebugWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT
§SuspendPlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT
§ResumePlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT
§TerminatePlmPackageWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR) -> HRESULT
§LaunchAndDebugPlmAppWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: PCWSTR, _: PCWSTR) -> HRESULT
§ActivateAndDebugPlmBgTaskWide: unsafe extern "system" fn(_: *mut c_void, _: u64, _: PCWSTR, _: PCWSTR) -> HRESULT
Implementations§
§impl IDebugPlmClient3_Vtbl
impl IDebugPlmClient3_Vtbl
pub const fn new<Identity: IDebugPlmClient3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugPlmClient3_Vtbl
impl RefUnwindSafe for IDebugPlmClient3_Vtbl
impl Send for IDebugPlmClient3_Vtbl
impl Sync for IDebugPlmClient3_Vtbl
impl Unpin for IDebugPlmClient3_Vtbl
impl UnwindSafe for IDebugPlmClient3_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