#[repr(C)]pub struct IInternetBindInfoEx {
pub lpVtbl: *mut IInternetBindInfoExVtbl,
}Fields§
§lpVtbl: *mut IInternetBindInfoExVtblTrait Implementations§
Source§impl Clone for IInternetBindInfoEx
impl Clone for IInternetBindInfoEx
Source§fn clone(&self) -> IInternetBindInfoEx
fn clone(&self) -> IInternetBindInfoEx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IInternetBindInfoEx
Auto Trait Implementations§
impl !Send for IInternetBindInfoEx
impl !Sync for IInternetBindInfoEx
impl Freeze for IInternetBindInfoEx
impl RefUnwindSafe for IInternetBindInfoEx
impl Unpin for IInternetBindInfoEx
impl UnsafeUnpin 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