#[repr(C)]pub struct IPersistMoniker {
pub lpVtbl: *mut IPersistMonikerVtbl,
}Fields§
§lpVtbl: *mut IPersistMonikerVtblTrait 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
impl Copy 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> 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