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