#[repr(C)]pub struct IAssemblyName_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut u32) -> HRESULT,
pub Finalize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32, _: u32) -> HRESULT,
pub Reserved: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: i64, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT,
pub GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
pub IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: *mut u32) -> HRESULT
§Finalize: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32, _: u32) -> HRESULT
§Reserved: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: *mut c_void, _: PCWSTR, _: i64, _: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: PWSTR) -> HRESULT
§GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
§IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IAssemblyName_Vtbl
impl IAssemblyName_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAssemblyName_Vtblwhere
Identity: IAssemblyName_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAssemblyName_Vtbl
impl RefUnwindSafe for IAssemblyName_Vtbl
impl Send for IAssemblyName_Vtbl
impl Sync for IAssemblyName_Vtbl
impl Unpin for IAssemblyName_Vtbl
impl UnwindSafe for IAssemblyName_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