pub struct IWindowForBindingUI(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for IWindowForBindingUI
impl Clone for IWindowForBindingUI
Source§fn clone(&self) -> IWindowForBindingUI
fn clone(&self) -> IWindowForBindingUI
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 IWindowForBindingUI
impl Debug for IWindowForBindingUI
Source§impl From<&ICodeInstall> for IWindowForBindingUI
impl From<&ICodeInstall> for IWindowForBindingUI
Source§fn from(value: &ICodeInstall) -> Self
fn from(value: &ICodeInstall) -> Self
Converts to this type from the input type.
Source§impl From<&IHttpSecurity> for IWindowForBindingUI
impl From<&IHttpSecurity> for IWindowForBindingUI
Source§fn from(value: &IHttpSecurity) -> Self
fn from(value: &IHttpSecurity) -> Self
Converts to this type from the input type.
Source§impl From<&IWindowForBindingUI> for IUnknown
impl From<&IWindowForBindingUI> for IUnknown
Source§fn from(value: &IWindowForBindingUI) -> Self
fn from(value: &IWindowForBindingUI) -> Self
Converts to this type from the input type.
Source§impl From<ICodeInstall> for IWindowForBindingUI
impl From<ICodeInstall> for IWindowForBindingUI
Source§fn from(value: ICodeInstall) -> Self
fn from(value: ICodeInstall) -> Self
Converts to this type from the input type.
Source§impl From<IHttpSecurity> for IWindowForBindingUI
impl From<IHttpSecurity> for IWindowForBindingUI
Source§fn from(value: IHttpSecurity) -> Self
fn from(value: IHttpSecurity) -> Self
Converts to this type from the input type.
Source§impl From<IWindowForBindingUI> for IUnknown
impl From<IWindowForBindingUI> for IUnknown
Source§fn from(value: IWindowForBindingUI) -> Self
fn from(value: IWindowForBindingUI) -> Self
Converts to this type from the input type.
Source§impl Interface for IWindowForBindingUI
impl Interface for IWindowForBindingUI
const IID: Guid
type Vtable = IWindowForBindingUI_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IWindowForBindingUI
impl<'a> IntoParam<'a, IUnknown> for &'a IWindowForBindingUI
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IWindowForBindingUI
impl<'a> IntoParam<'a, IUnknown> for IWindowForBindingUI
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IWindowForBindingUI> for &'a ICodeInstall
impl<'a> IntoParam<'a, IWindowForBindingUI> for &'a ICodeInstall
fn into_param(self) -> Param<'a, IWindowForBindingUI>
Source§impl<'a> IntoParam<'a, IWindowForBindingUI> for &'a IHttpSecurity
impl<'a> IntoParam<'a, IWindowForBindingUI> for &'a IHttpSecurity
fn into_param(self) -> Param<'a, IWindowForBindingUI>
Source§impl<'a> IntoParam<'a, IWindowForBindingUI> for ICodeInstall
impl<'a> IntoParam<'a, IWindowForBindingUI> for ICodeInstall
fn into_param(self) -> Param<'a, IWindowForBindingUI>
Source§impl<'a> IntoParam<'a, IWindowForBindingUI> for IHttpSecurity
impl<'a> IntoParam<'a, IWindowForBindingUI> for IHttpSecurity
fn into_param(self) -> Param<'a, IWindowForBindingUI>
Source§impl PartialEq for IWindowForBindingUI
impl PartialEq for IWindowForBindingUI
impl Eq for IWindowForBindingUI
impl StructuralPartialEq for IWindowForBindingUI
Auto Trait Implementations§
impl Freeze for IWindowForBindingUI
impl RefUnwindSafe for IWindowForBindingUI
impl !Send for IWindowForBindingUI
impl !Sync for IWindowForBindingUI
impl Unpin for IWindowForBindingUI
impl UnwindSafe for IWindowForBindingUI
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