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