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