pub struct IInternetBindInfoEx(/* private fields */);Implementations§
Source§impl IInternetBindInfoEx
impl IInternetBindInfoEx
pub unsafe fn GetBindInfo( &self, grfbindf: *mut u32, pbindinfo: *mut BINDINFO, ) -> ErrorCode
pub unsafe fn GetBindString( &self, ulstringtype: u32, ppwzstr: *mut PWSTR, cel: u32, pcelfetched: *mut u32, ) -> ErrorCode
pub unsafe fn GetBindInfoEx( &self, grfbindf: *mut u32, pbindinfo: *mut BINDINFO, grfbindf2: *mut u32, pdwreserved: *mut u32, ) -> ErrorCode
Trait 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 · 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 From<&IInternetBindInfoEx> for IInternetBindInfo
impl From<&IInternetBindInfoEx> for IInternetBindInfo
Source§fn from(value: &IInternetBindInfoEx) -> Self
fn from(value: &IInternetBindInfoEx) -> Self
Converts to this type from the input type.
Source§impl From<&IInternetBindInfoEx> for IUnknown
impl From<&IInternetBindInfoEx> for IUnknown
Source§fn from(value: &IInternetBindInfoEx) -> Self
fn from(value: &IInternetBindInfoEx) -> Self
Converts to this type from the input type.
Source§impl From<IInternetBindInfoEx> for IInternetBindInfo
impl From<IInternetBindInfoEx> for IInternetBindInfo
Source§fn from(value: IInternetBindInfoEx) -> Self
fn from(value: IInternetBindInfoEx) -> Self
Converts to this type from the input type.
Source§impl From<IInternetBindInfoEx> for IUnknown
impl From<IInternetBindInfoEx> for IUnknown
Source§fn from(value: IInternetBindInfoEx) -> Self
fn from(value: IInternetBindInfoEx) -> Self
Converts to this type from the input type.
Source§impl Interface for IInternetBindInfoEx
impl Interface for IInternetBindInfoEx
const IID: Guid
type Vtable = IInternetBindInfoEx_abi
Source§impl<'a> IntoParam<'a, IInternetBindInfo> for &'a IInternetBindInfoEx
impl<'a> IntoParam<'a, IInternetBindInfo> for &'a IInternetBindInfoEx
fn into_param(self) -> Param<'a, IInternetBindInfo>
Source§impl<'a> IntoParam<'a, IInternetBindInfo> for IInternetBindInfoEx
impl<'a> IntoParam<'a, IInternetBindInfo> for IInternetBindInfoEx
fn into_param(self) -> Param<'a, IInternetBindInfo>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IInternetBindInfoEx
impl<'a> IntoParam<'a, IUnknown> for &'a IInternetBindInfoEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IInternetBindInfoEx
impl<'a> IntoParam<'a, IUnknown> for IInternetBindInfoEx
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IInternetBindInfoEx
impl PartialEq 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> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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