pub struct IOleCache(/* private fields */);Implementations§
Source§impl IOleCache
impl IOleCache
pub unsafe fn Cache( &self, pformatetc: *mut FORMATETC, advf: u32, pdwconnection: *mut u32, ) -> ErrorCode
pub unsafe fn Uncache(&self, dwconnection: u32) -> ErrorCode
pub unsafe fn EnumCache( &self, ppenumstatdata: *mut Option<IEnumSTATDATA>, ) -> ErrorCode
pub unsafe fn InitCache<'a, T0__: IntoParam<'a, IDataObject>>( &self, pdataobject: T0__, ) -> ErrorCode
pub unsafe fn SetData<'a, T2__: IntoParam<'a, BOOL>>( &self, pformatetc: *mut FORMATETC, pmedium: *mut STGMEDIUM, frelease: T2__, ) -> ErrorCode
Trait Implementations§
Source§impl From<&IOleCache2> for IOleCache
impl From<&IOleCache2> for IOleCache
Source§fn from(value: &IOleCache2) -> Self
fn from(value: &IOleCache2) -> Self
Converts to this type from the input type.
Source§impl From<IOleCache2> for IOleCache
impl From<IOleCache2> for IOleCache
Source§fn from(value: IOleCache2) -> Self
fn from(value: IOleCache2) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleCache
impl Interface for IOleCache
const IID: Guid
type Vtable = IOleCache_abi
Source§impl<'a> IntoParam<'a, IOleCache> for &'a IOleCache2
impl<'a> IntoParam<'a, IOleCache> for &'a IOleCache2
fn into_param(self) -> Param<'a, IOleCache>
Source§impl<'a> IntoParam<'a, IOleCache> for IOleCache2
impl<'a> IntoParam<'a, IOleCache> for IOleCache2
fn into_param(self) -> Param<'a, IOleCache>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleCache
impl<'a> IntoParam<'a, IUnknown> for &'a IOleCache
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleCache
impl<'a> IntoParam<'a, IUnknown> for IOleCache
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IOleCache
impl StructuralPartialEq for IOleCache
Auto Trait Implementations§
impl Freeze for IOleCache
impl RefUnwindSafe for IOleCache
impl !Send for IOleCache
impl !Sync for IOleCache
impl Unpin for IOleCache
impl UnwindSafe for IOleCache
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