#[repr(C)]pub struct IPersistMoniker {
pub lpVtbl: *mut IPersistMonikerVtbl,
}
Fields§
§lpVtbl: *mut IPersistMonikerVtbl
Trait Implementations§
Source§impl Clone for IPersistMoniker
impl Clone for IPersistMoniker
Source§fn clone(&self) -> IPersistMoniker
fn clone(&self) -> IPersistMoniker
Returns a copy 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 Ord for IPersistMoniker
impl Ord for IPersistMoniker
Source§fn cmp(&self, other: &IPersistMoniker) -> Ordering
fn cmp(&self, other: &IPersistMoniker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPersistMoniker
impl PartialEq for IPersistMoniker
Source§impl PartialOrd for IPersistMoniker
impl PartialOrd for IPersistMoniker
impl Copy 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> 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