[−][src]Struct CCODE::IUriVtbl
Fields
QueryInterface: Option<unsafe extern "C" fn(This: *mut IUri, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>AddRef: Option<unsafe extern "C" fn(This: *mut IUri) -> ULONG>Release: Option<unsafe extern "C" fn(This: *mut IUri) -> ULONG>GetPropertyBSTR: Option<unsafe extern "C" fn(This: *mut IUri, uriProp: Uri_PROPERTY, pbstrProperty: *mut BSTR, dwFlags: DWORD) -> HRESULT>GetPropertyLength: Option<unsafe extern "C" fn(This: *mut IUri, uriProp: Uri_PROPERTY, pcchProperty: *mut DWORD, dwFlags: DWORD) -> HRESULT>GetPropertyDWORD: Option<unsafe extern "C" fn(This: *mut IUri, uriProp: Uri_PROPERTY, pdwProperty: *mut DWORD, dwFlags: DWORD) -> HRESULT>HasProperty: Option<unsafe extern "C" fn(This: *mut IUri, uriProp: Uri_PROPERTY, pfHasProperty: *mut BOOL) -> HRESULT>GetAbsoluteUri: Option<unsafe extern "C" fn(This: *mut IUri, pbstrAbsoluteUri: *mut BSTR) -> HRESULT>GetAuthority: Option<unsafe extern "C" fn(This: *mut IUri, pbstrAuthority: *mut BSTR) -> HRESULT>GetDisplayUri: Option<unsafe extern "C" fn(This: *mut IUri, pbstrDisplayString: *mut BSTR) -> HRESULT>GetDomain: Option<unsafe extern "C" fn(This: *mut IUri, pbstrDomain: *mut BSTR) -> HRESULT>GetExtension: Option<unsafe extern "C" fn(This: *mut IUri, pbstrExtension: *mut BSTR) -> HRESULT>GetFragment: Option<unsafe extern "C" fn(This: *mut IUri, pbstrFragment: *mut BSTR) -> HRESULT>GetHost: Option<unsafe extern "C" fn(This: *mut IUri, pbstrHost: *mut BSTR) -> HRESULT>GetPassword: Option<unsafe extern "C" fn(This: *mut IUri, pbstrPassword: *mut BSTR) -> HRESULT>GetPath: Option<unsafe extern "C" fn(This: *mut IUri, pbstrPath: *mut BSTR) -> HRESULT>GetPathAndQuery: Option<unsafe extern "C" fn(This: *mut IUri, pbstrPathAndQuery: *mut BSTR) -> HRESULT>GetQuery: Option<unsafe extern "C" fn(This: *mut IUri, pbstrQuery: *mut BSTR) -> HRESULT>GetRawUri: Option<unsafe extern "C" fn(This: *mut IUri, pbstrRawUri: *mut BSTR) -> HRESULT>GetSchemeName: Option<unsafe extern "C" fn(This: *mut IUri, pbstrSchemeName: *mut BSTR) -> HRESULT>GetUserInfo: Option<unsafe extern "C" fn(This: *mut IUri, pbstrUserInfo: *mut BSTR) -> HRESULT>GetUserNameA: Option<unsafe extern "C" fn(This: *mut IUri, pbstrUserName: *mut BSTR) -> HRESULT>GetHostType: Option<unsafe extern "C" fn(This: *mut IUri, pdwHostType: *mut DWORD) -> HRESULT>GetPort: Option<unsafe extern "C" fn(This: *mut IUri, pdwPort: *mut DWORD) -> HRESULT>GetScheme: Option<unsafe extern "C" fn(This: *mut IUri, pdwScheme: *mut DWORD) -> HRESULT>GetZone: Option<unsafe extern "C" fn(This: *mut IUri, pdwZone: *mut DWORD) -> HRESULT>GetProperties: Option<unsafe extern "C" fn(This: *mut IUri, pdwFlags: LPDWORD) -> HRESULT>IsEqual: Option<unsafe extern "C" fn(This: *mut IUri, pUri: *mut IUri, pfEqual: *mut BOOL) -> HRESULT>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IUriVtbl
impl Send for IUriVtbl
impl Sync for IUriVtbl
impl Unpin for IUriVtbl
impl UnwindSafe for IUriVtbl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,