Struct IFsrmMutableCollection_Vtbl
#[repr(C)]pub struct IFsrmMutableCollection_Vtbl {
pub base__: IFsrmCollection_Vtbl,
pub Add: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub RemoveById: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmCollection_Vtbl
§Add: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§RemoveById: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFsrmMutableCollection_Vtbl
impl IFsrmMutableCollection_Vtbl
pub const fn new<Identity: IFsrmMutableCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmMutableCollection_Vtbl
impl RefUnwindSafe for IFsrmMutableCollection_Vtbl
impl Send for IFsrmMutableCollection_Vtbl
impl Sync for IFsrmMutableCollection_Vtbl
impl Unpin for IFsrmMutableCollection_Vtbl
impl UnwindSafe for IFsrmMutableCollection_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