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