Struct TF_PROPERTYVAL
#[repr(C)]pub struct TF_PROPERTYVAL {
pub guidId: GUID,
pub varValue: VARIANT,
}Fields§
§guidId: GUID§varValue: VARIANTTrait Implementations§
§impl Clone for TF_PROPERTYVAL
impl Clone for TF_PROPERTYVAL
§fn clone(&self) -> TF_PROPERTYVAL
fn clone(&self) -> TF_PROPERTYVAL
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 more§impl Default for TF_PROPERTYVAL
Available on crate features Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.
impl Default for TF_PROPERTYVAL
Available on crate features
Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.impl Copy for TF_PROPERTYVAL
Auto Trait Implementations§
impl Freeze for TF_PROPERTYVAL
impl RefUnwindSafe for TF_PROPERTYVAL
impl !Send for TF_PROPERTYVAL
impl !Sync for TF_PROPERTYVAL
impl Unpin for TF_PROPERTYVAL
impl UnwindSafe for TF_PROPERTYVAL
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