Struct IDxcContainerReflection_Vtbl
#[repr(C)]pub struct IDxcContainerReflection_Vtbl {
pub base__: IUnknown_Vtbl,
pub Load: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetPartCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPartKind: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetPartContent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub FindFirstPartKind: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub GetPartReflection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Load: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetPartCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPartKind: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetPartContent: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§FindFirstPartKind: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§GetPartReflection: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDxcContainerReflection_Vtbl
impl IDxcContainerReflection_Vtbl
pub const fn new<Identity: IDxcContainerReflection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDxcContainerReflection_Vtbl
impl RefUnwindSafe for IDxcContainerReflection_Vtbl
impl Send for IDxcContainerReflection_Vtbl
impl Sync for IDxcContainerReflection_Vtbl
impl Unpin for IDxcContainerReflection_Vtbl
impl UnwindSafe for IDxcContainerReflection_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