Struct IUniformResourceLocatorW_Vtbl
#[repr(C)]pub struct IUniformResourceLocatorW_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetURL: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub InvokeCommand: unsafe extern "system" fn(_: *mut c_void, _: *mut URLINVOKECOMMANDINFOW) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetURL: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§InvokeCommand: unsafe extern "system" fn(_: *mut c_void, _: *mut URLINVOKECOMMANDINFOW) -> HRESULT
Implementations§
§impl IUniformResourceLocatorW_Vtbl
impl IUniformResourceLocatorW_Vtbl
pub const fn new<Identity: IUniformResourceLocatorW_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUniformResourceLocatorW_Vtbl
impl RefUnwindSafe for IUniformResourceLocatorW_Vtbl
impl Send for IUniformResourceLocatorW_Vtbl
impl Sync for IUniformResourceLocatorW_Vtbl
impl Unpin for IUniformResourceLocatorW_Vtbl
impl UnwindSafe for IUniformResourceLocatorW_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