pub struct IOleCache2(/* private fields */);Implementations§
Source§impl IOleCache2
impl IOleCache2
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
pub unsafe fn UpdateCache<'a, T0__: IntoParam<'a, IDataObject>>( &self, pdataobject: T0__, grfupdf: UPDFCACHE_FLAGS, preserved: *mut c_void, ) -> ErrorCode
pub unsafe fn DiscardCache(&self, dwdiscardoptions: u32) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleCache2
impl Clone for IOleCache2
Source§fn clone(&self) -> IOleCache2
fn clone(&self) -> IOleCache2
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 IOleCache2
impl Debug for IOleCache2
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 IUnknown
impl From<&IOleCache2> for IUnknown
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 From<IOleCache2> for IUnknown
impl From<IOleCache2> for IUnknown
Source§fn from(value: IOleCache2) -> Self
fn from(value: IOleCache2) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleCache2
impl Interface for IOleCache2
const IID: Guid
type Vtable = IOleCache2_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 IOleCache2
impl<'a> IntoParam<'a, IUnknown> for &'a IOleCache2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleCache2
impl<'a> IntoParam<'a, IUnknown> for IOleCache2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleCache2
impl PartialEq for IOleCache2
impl Eq for IOleCache2
impl StructuralPartialEq for IOleCache2
Auto Trait Implementations§
impl Freeze for IOleCache2
impl RefUnwindSafe for IOleCache2
impl !Send for IOleCache2
impl !Sync for IOleCache2
impl Unpin for IOleCache2
impl UnwindSafe for IOleCache2
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