#[repr(C)]pub struct tagPROPVARIANT {
pub __bindgen_anon_1: tagPROPVARIANT__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: tagPROPVARIANT__bindgen_ty_1
Trait Implementations§
Source§impl Clone for tagPROPVARIANT
impl Clone for tagPROPVARIANT
Source§fn clone(&self) -> tagPROPVARIANT
fn clone(&self) -> tagPROPVARIANT
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 moreimpl Copy for tagPROPVARIANT
Auto Trait Implementations§
impl Freeze for tagPROPVARIANT
impl RefUnwindSafe for tagPROPVARIANT
impl !Send for tagPROPVARIANT
impl !Sync for tagPROPVARIANT
impl Unpin for tagPROPVARIANT
impl UnwindSafe for tagPROPVARIANT
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