Struct IUPnPDescriptionDocument_Vtbl
#[repr(C)]pub struct IUPnPDescriptionDocument_Vtbl {
pub base__: IDispatch_Vtbl,
pub ReadyState: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Load: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub LoadAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub LoadResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RootDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceByUDN: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ReadyState: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Load: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§LoadAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§LoadResult: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Abort: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RootDevice: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeviceByUDN: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUPnPDescriptionDocument_Vtbl
impl IUPnPDescriptionDocument_Vtbl
pub const fn new<Identity: IUPnPDescriptionDocument_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUPnPDescriptionDocument_Vtbl
impl RefUnwindSafe for IUPnPDescriptionDocument_Vtbl
impl Send for IUPnPDescriptionDocument_Vtbl
impl Sync for IUPnPDescriptionDocument_Vtbl
impl Unpin for IUPnPDescriptionDocument_Vtbl
impl UnwindSafe for IUPnPDescriptionDocument_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