Struct IRecordInfo_Vtbl
#[repr(C)]pub struct IRecordInfo_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub RecordInit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RecordClear: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
pub RecordCopy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut c_void) -> HRESULT,
pub GetGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetField: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: PCWSTR, _: *mut VARIANT) -> HRESULT,
pub GetFieldNoCopy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: PCWSTR, _: *mut VARIANT, _: *mut *mut c_void) -> HRESULT,
pub PutField: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: *const VARIANT) -> HRESULT,
pub PutFieldNoCopy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: *const VARIANT) -> HRESULT,
pub GetFieldNames: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut c_void) -> HRESULT,
pub IsMatchingType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL,
pub RecordCreate: unsafe extern "system" fn(_: *mut c_void) -> *mut c_void,
pub RecordCreateCopy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut *mut c_void) -> HRESULT,
pub RecordDestroy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§RecordInit: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RecordClear: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
§RecordCopy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut c_void) -> HRESULT
§GetGuid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetField: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: PCWSTR, _: *mut VARIANT) -> HRESULT
§GetFieldNoCopy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: PCWSTR, _: *mut VARIANT, _: *mut *mut c_void) -> HRESULT
§PutField: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: *const VARIANT) -> HRESULT
§PutFieldNoCopy: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: PCWSTR, _: *const VARIANT) -> HRESULT
§GetFieldNames: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut c_void) -> HRESULT
§IsMatchingType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL
§RecordCreate: unsafe extern "system" fn(_: *mut c_void) -> *mut c_void
§RecordCreateCopy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *mut *mut c_void) -> HRESULT
§RecordDestroy: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT
Implementations§
§impl IRecordInfo_Vtbl
impl IRecordInfo_Vtbl
pub const fn new<Identity: IRecordInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRecordInfo_Vtbl
impl RefUnwindSafe for IRecordInfo_Vtbl
impl Send for IRecordInfo_Vtbl
impl Sync for IRecordInfo_Vtbl
impl Unpin for IRecordInfo_Vtbl
impl UnwindSafe for IRecordInfo_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