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