#[repr(C)]pub struct IUriContainer {
pub lpVtbl: *mut IUriContainerVtbl,
}Fields§
§lpVtbl: *mut IUriContainerVtblTrait Implementations§
Source§impl Clone for IUriContainer
impl Clone for IUriContainer
Source§fn clone(&self) -> IUriContainer
fn clone(&self) -> IUriContainer
Returns a duplicate 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
impl Copy 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