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