#[repr(C)]pub struct IUriContainerVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IUriContainer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IUriContainer) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IUriContainer) -> ULONG>,
pub GetIUri: Option<unsafe extern "C" fn(This: *mut IUriContainer, ppIUri: *mut *mut IUri) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IUriContainer, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IUriContainer) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IUriContainer) -> ULONG>
§GetIUri: Option<unsafe extern "C" fn(This: *mut IUriContainer, ppIUri: *mut *mut IUri) -> HRESULT>
Trait Implementations§
Source§impl Clone for IUriContainerVtbl
impl Clone for IUriContainerVtbl
Source§fn clone(&self) -> IUriContainerVtbl
fn clone(&self) -> IUriContainerVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IUriContainerVtbl
impl Debug for IUriContainerVtbl
Source§impl Ord for IUriContainerVtbl
impl Ord for IUriContainerVtbl
Source§fn cmp(&self, other: &IUriContainerVtbl) -> Ordering
fn cmp(&self, other: &IUriContainerVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IUriContainerVtbl
impl PartialEq for IUriContainerVtbl
Source§impl PartialOrd for IUriContainerVtbl
impl PartialOrd for IUriContainerVtbl
impl Copy for IUriContainerVtbl
impl Eq for IUriContainerVtbl
impl StructuralPartialEq for IUriContainerVtbl
Auto Trait Implementations§
impl Freeze for IUriContainerVtbl
impl RefUnwindSafe for IUriContainerVtbl
impl Send for IUriContainerVtbl
impl Sync for IUriContainerVtbl
impl Unpin for IUriContainerVtbl
impl UnwindSafe for IUriContainerVtbl
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