Struct ISchemaItemCollection_Vtbl
#[repr(C)]pub struct ISchemaItemCollection_Vtbl {
pub base__: IDispatch_Vtbl,
pub get_item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
pub itemByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub itemByQName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub _newEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§get_item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
§itemByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§itemByQName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§_newEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISchemaItemCollection_Vtbl
impl ISchemaItemCollection_Vtbl
pub const fn new<Identity: ISchemaItemCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISchemaItemCollection_Vtbl
impl RefUnwindSafe for ISchemaItemCollection_Vtbl
impl Send for ISchemaItemCollection_Vtbl
impl Sync for ISchemaItemCollection_Vtbl
impl Unpin for ISchemaItemCollection_Vtbl
impl UnwindSafe for ISchemaItemCollection_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