pub struct IClassFactory2(/* private fields */);Implementations§
Source§impl IClassFactory2
impl IClassFactory2
pub unsafe fn CreateInstance<'a, T0__: IntoParam<'a, IUnknown>>( &self, punkouter: T0__, riid: *const Guid, ppvobject: *mut *mut c_void, ) -> ErrorCode
pub unsafe fn LockServer<'a, T0__: IntoParam<'a, BOOL>>( &self, flock: T0__, ) -> ErrorCode
pub unsafe fn GetLicInfo(&self, plicinfo: *mut LICINFO) -> ErrorCode
Trait Implementations§
Source§impl Clone for IClassFactory2
impl Clone for IClassFactory2
Source§fn clone(&self) -> IClassFactory2
fn clone(&self) -> IClassFactory2
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 IClassFactory2
impl Debug for IClassFactory2
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<&IClassFactory2> for IUnknown
impl From<&IClassFactory2> for IUnknown
Source§fn from(value: &IClassFactory2) -> Self
fn from(value: &IClassFactory2) -> 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<IClassFactory2> for IUnknown
impl From<IClassFactory2> for IUnknown
Source§fn from(value: IClassFactory2) -> Self
fn from(value: IClassFactory2) -> Self
Converts to this type from the input type.
Source§impl Interface for IClassFactory2
impl Interface for IClassFactory2
const IID: Guid
type Vtable = IClassFactory2_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 IClassFactory2
impl<'a> IntoParam<'a, IUnknown> for &'a IClassFactory2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IClassFactory2
impl<'a> IntoParam<'a, IUnknown> for IClassFactory2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IClassFactory2
impl PartialEq for IClassFactory2
impl Eq for IClassFactory2
impl StructuralPartialEq for IClassFactory2
Auto Trait Implementations§
impl Freeze for IClassFactory2
impl RefUnwindSafe for IClassFactory2
impl !Send for IClassFactory2
impl !Sync for IClassFactory2
impl Unpin for IClassFactory2
impl UnwindSafe for IClassFactory2
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