#[repr(C)]pub struct tagCAPROPVARIANT {
pub cElems: ULONG,
pub pElems: *mut PROPVARIANT,
}Fields§
§cElems: ULONG§pElems: *mut PROPVARIANTTrait Implementations§
Source§impl Clone for tagCAPROPVARIANT
impl Clone for tagCAPROPVARIANT
Source§fn clone(&self) -> tagCAPROPVARIANT
fn clone(&self) -> tagCAPROPVARIANT
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 tagCAPROPVARIANT
impl Debug for tagCAPROPVARIANT
impl Copy 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