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