#[repr(C)]pub struct IOpcUri_Vtbl {
pub base__: IUri_Vtbl,
pub GetRelationshipsPartUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetRelativeUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CombinePartUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUri_Vtbl
§GetRelationshipsPartUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetRelativeUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CombinePartUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IOpcUri_Vtbl
impl IOpcUri_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOpcUri_Vtblwhere
Identity: IOpcUri_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOpcUri_Vtbl
impl RefUnwindSafe for IOpcUri_Vtbl
impl Send for IOpcUri_Vtbl
impl Sync for IOpcUri_Vtbl
impl Unpin for IOpcUri_Vtbl
impl UnwindSafe for IOpcUri_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