pub struct IQuickActivate(/* private fields */);Implementations§
Source§impl IQuickActivate
impl IQuickActivate
pub unsafe fn QuickActivate( &self, pqacontainer: *mut QACONTAINER, pqacontrol: *mut QACONTROL, ) -> ErrorCode
pub unsafe fn SetContentExtent(&self, psizel: *mut SIZE) -> ErrorCode
pub unsafe fn GetContentExtent(&self, psizel: *mut SIZE) -> ErrorCode
Trait Implementations§
Source§impl Clone for IQuickActivate
impl Clone for IQuickActivate
Source§fn clone(&self) -> IQuickActivate
fn clone(&self) -> IQuickActivate
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 IQuickActivate
impl Debug for IQuickActivate
Source§impl From<&IQuickActivate> for IUnknown
impl From<&IQuickActivate> for IUnknown
Source§fn from(value: &IQuickActivate) -> Self
fn from(value: &IQuickActivate) -> Self
Converts to this type from the input type.
Source§impl From<IQuickActivate> for IUnknown
impl From<IQuickActivate> for IUnknown
Source§fn from(value: IQuickActivate) -> Self
fn from(value: IQuickActivate) -> Self
Converts to this type from the input type.
Source§impl Interface for IQuickActivate
impl Interface for IQuickActivate
const IID: Guid
type Vtable = IQuickActivate_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IQuickActivate
impl<'a> IntoParam<'a, IUnknown> for &'a IQuickActivate
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IQuickActivate
impl<'a> IntoParam<'a, IUnknown> for IQuickActivate
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IQuickActivate
impl PartialEq for IQuickActivate
impl Eq for IQuickActivate
impl StructuralPartialEq for IQuickActivate
Auto Trait Implementations§
impl Freeze for IQuickActivate
impl RefUnwindSafe for IQuickActivate
impl !Send for IQuickActivate
impl !Sync for IQuickActivate
impl Unpin for IQuickActivate
impl UnwindSafe for IQuickActivate
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