pub struct IPersistMoniker(/* private fields */);Implementations§
Source§impl IPersistMoniker
impl IPersistMoniker
pub unsafe fn GetClassID(&self, pclassid: *mut Guid) -> ErrorCode
pub unsafe fn IsDirty(&self) -> ErrorCode
pub unsafe fn Load<'a, T0__: IntoParam<'a, BOOL>, T1__: IntoParam<'a, IMoniker>, T2__: IntoParam<'a, IBindCtx>>( &self, ffullyavailable: T0__, pimkname: T1__, pibc: T2__, grfmode: u32, ) -> ErrorCode
pub unsafe fn Save<'a, T0__: IntoParam<'a, IMoniker>, T1__: IntoParam<'a, IBindCtx>, T2__: IntoParam<'a, BOOL>>( &self, pimkname: T0__, pbc: T1__, fremember: T2__, ) -> ErrorCode
pub unsafe fn SaveCompleted<'a, T0__: IntoParam<'a, IMoniker>, T1__: IntoParam<'a, IBindCtx>>( &self, pimkname: T0__, pibc: T1__, ) -> ErrorCode
pub unsafe fn GetCurMoniker( &self, ppimkname: *mut Option<IMoniker>, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for IPersistMoniker
impl Clone for IPersistMoniker
Source§fn clone(&self) -> IPersistMoniker
fn clone(&self) -> IPersistMoniker
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 IPersistMoniker
impl Debug for IPersistMoniker
Source§impl From<&IPersistMoniker> for IUnknown
impl From<&IPersistMoniker> for IUnknown
Source§fn from(value: &IPersistMoniker) -> Self
fn from(value: &IPersistMoniker) -> Self
Converts to this type from the input type.
Source§impl From<IPersistMoniker> for IUnknown
impl From<IPersistMoniker> for IUnknown
Source§fn from(value: IPersistMoniker) -> Self
fn from(value: IPersistMoniker) -> Self
Converts to this type from the input type.
Source§impl Interface for IPersistMoniker
impl Interface for IPersistMoniker
const IID: Guid
type Vtable = IPersistMoniker_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IPersistMoniker
impl<'a> IntoParam<'a, IUnknown> for &'a IPersistMoniker
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IPersistMoniker
impl<'a> IntoParam<'a, IUnknown> for IPersistMoniker
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IPersistMoniker
impl PartialEq for IPersistMoniker
impl Eq for IPersistMoniker
impl StructuralPartialEq for IPersistMoniker
Auto Trait Implementations§
impl Freeze for IPersistMoniker
impl RefUnwindSafe for IPersistMoniker
impl !Send for IPersistMoniker
impl !Sync for IPersistMoniker
impl Unpin for IPersistMoniker
impl UnwindSafe for IPersistMoniker
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