#[repr(C)]pub struct IEnumMoniker {
pub lpVtbl: *mut IEnumMonikerVtbl,
}
Fields§
§lpVtbl: *mut IEnumMonikerVtbl
Trait Implementations§
Source§impl Clone for IEnumMoniker
impl Clone for IEnumMoniker
Source§fn clone(&self) -> IEnumMoniker
fn clone(&self) -> IEnumMoniker
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 IEnumMoniker
impl Debug for IEnumMoniker
Source§impl Ord for IEnumMoniker
impl Ord for IEnumMoniker
Source§fn cmp(&self, other: &IEnumMoniker) -> Ordering
fn cmp(&self, other: &IEnumMoniker) -> 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 IEnumMoniker
impl PartialEq for IEnumMoniker
Source§impl PartialOrd for IEnumMoniker
impl PartialOrd for IEnumMoniker
impl Copy for IEnumMoniker
impl Eq for IEnumMoniker
impl StructuralPartialEq for IEnumMoniker
Auto Trait Implementations§
impl Freeze for IEnumMoniker
impl RefUnwindSafe for IEnumMoniker
impl !Send for IEnumMoniker
impl !Sync for IEnumMoniker
impl Unpin for IEnumMoniker
impl UnwindSafe for IEnumMoniker
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