#[repr(C)]pub struct IInternetProtocolRoot_Vtbl {
pub base__: IUnknown_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut c_void, _: u32, _: HANDLE_PTR) -> HRESULT,
pub Continue: unsafe extern "system" fn(_: *mut c_void, _: *const PROTOCOLDATA) -> HRESULT,
pub Abort: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32) -> HRESULT,
pub Terminate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Suspend: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void, _: *mut c_void, _: u32, _: HANDLE_PTR) -> HRESULT
§Continue: unsafe extern "system" fn(_: *mut c_void, _: *const PROTOCOLDATA) -> HRESULT
§Abort: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32) -> HRESULT
§Terminate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Suspend: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IInternetProtocolRoot_Vtbl
impl IInternetProtocolRoot_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInternetProtocolRoot_Vtblwhere
Identity: IInternetProtocolRoot_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInternetProtocolRoot_Vtbl
impl RefUnwindSafe for IInternetProtocolRoot_Vtbl
impl Send for IInternetProtocolRoot_Vtbl
impl Sync for IInternetProtocolRoot_Vtbl
impl Unpin for IInternetProtocolRoot_Vtbl
impl UnwindSafe for IInternetProtocolRoot_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