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