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