#[repr(C)]pub struct IUri {
pub lpVtbl: *mut IUriVtbl,
}Fields§
§lpVtbl: *mut IUriVtblTrait Implementations§
Auto Trait Implementations§
impl !Send for IUri
impl !Sync for IUri
impl Freeze for IUri
impl RefUnwindSafe for IUri
impl Unpin for IUri
impl UnsafeUnpin for IUri
impl UnwindSafe for IUri
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