Struct IFsrmCollection_Vtbl
#[repr(C)]pub struct IFsrmCollection_Vtbl {
pub base__: IDispatch_Vtbl,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub State: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmCollectionState) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WaitForCompletion: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT,
pub GetById: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§State: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmCollectionState) -> HRESULT
§Cancel: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WaitForCompletion: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT
§GetById: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut VARIANT) -> HRESULT
Implementations§
§impl IFsrmCollection_Vtbl
impl IFsrmCollection_Vtbl
pub const fn new<Identity: IFsrmCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmCollection_Vtbl
impl RefUnwindSafe for IFsrmCollection_Vtbl
impl Send for IFsrmCollection_Vtbl
impl Sync for IFsrmCollection_Vtbl
impl Unpin for IFsrmCollection_Vtbl
impl UnwindSafe for IFsrmCollection_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