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