Struct windows::Win32::System::Com::IUriBuilder_Vtbl
#[repr(C)]pub struct IUriBuilder_Vtbl {Show 24 fields
pub base__: IUnknown_Vtbl,
pub CreateUriSimple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT,
pub CreateUri: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT,
pub CreateUriWithFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT,
pub GetIUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFragment: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub GetHost: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub GetPassword: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub GetPath: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub GetPort: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut u32) -> HRESULT,
pub GetQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub GetSchemeName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub GetUserName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT,
pub SetFragment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetHost: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetPassword: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetPort: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: u32) -> HRESULT,
pub SetQuery: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetSchemeName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetUserName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub RemoveProperties: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub HasBeenModified: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateUriSimple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT
§CreateUri: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT
§CreateUriWithFlags: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: usize, _: *mut *mut c_void) -> HRESULT
§GetIUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetIUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetFragment: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§GetHost: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§GetPassword: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§GetPath: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§GetPort: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL, _: *mut u32) -> HRESULT
§GetQuery: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§GetSchemeName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§GetUserName: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut PCWSTR) -> HRESULT
§SetFragment: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetHost: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetPassword: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetPath: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetPort: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: u32) -> HRESULT
§SetQuery: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetSchemeName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetUserName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§RemoveProperties: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§HasBeenModified: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IUriBuilder_Vtbl
impl IUriBuilder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUriBuilder_Vtblwhere
Identity: IUriBuilder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUriBuilder_Vtbl
impl RefUnwindSafe for IUriBuilder_Vtbl
impl Send for IUriBuilder_Vtbl
impl Sync for IUriBuilder_Vtbl
impl Unpin for IUriBuilder_Vtbl
impl UnwindSafe for IUriBuilder_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