pub struct IMultiQI(/* private fields */);Implementations§
Trait Implementations§
Source§impl Interface for IMultiQI
impl Interface for IMultiQI
const IID: Guid
type Vtable = IMultiQI_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IMultiQI
impl<'a> IntoParam<'a, IUnknown> for &'a IMultiQI
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IMultiQI
impl<'a> IntoParam<'a, IUnknown> for IMultiQI
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IMultiQI
impl StructuralPartialEq for IMultiQI
Auto Trait Implementations§
impl Freeze for IMultiQI
impl RefUnwindSafe for IMultiQI
impl !Send for IMultiQI
impl !Sync for IMultiQI
impl Unpin for IMultiQI
impl UnwindSafe for IMultiQI
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