#[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

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IUriBuilder_Impl, const OFFSET: isize>( ) -> IUriBuilder_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.