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