#[repr(C)]pub struct IUriContainer {
pub lpVtbl: *mut IUriContainerVtbl,
}
Fields§
§lpVtbl: *mut IUriContainerVtbl
Trait Implementations§
Source§impl Clone for IUriContainer
impl Clone for IUriContainer
Source§fn clone(&self) -> IUriContainer
fn clone(&self) -> IUriContainer
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 IUriContainer
impl Debug for IUriContainer
Source§impl Ord for IUriContainer
impl Ord for IUriContainer
Source§fn cmp(&self, other: &IUriContainer) -> Ordering
fn cmp(&self, other: &IUriContainer) -> 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 IUriContainer
impl PartialEq for IUriContainer
Source§impl PartialOrd for IUriContainer
impl PartialOrd for IUriContainer
impl Copy for IUriContainer
impl Eq for IUriContainer
impl StructuralPartialEq for IUriContainer
Auto Trait Implementations§
impl Freeze for IUriContainer
impl RefUnwindSafe for IUriContainer
impl !Send for IUriContainer
impl !Sync for IUriContainer
impl Unpin for IUriContainer
impl UnwindSafe for IUriContainer
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