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