#[repr(C)]pub struct tagSTATPROPSTG {
pub lpwstrName: LPOLESTR,
pub propid: PROPID,
pub vt: VARTYPE,
}Fields§
§lpwstrName: LPOLESTR§propid: PROPID§vt: VARTYPETrait Implementations§
Source§impl Clone for tagSTATPROPSTG
impl Clone for tagSTATPROPSTG
Source§fn clone(&self) -> tagSTATPROPSTG
fn clone(&self) -> tagSTATPROPSTG
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagSTATPROPSTG
Auto Trait Implementations§
impl !Send for tagSTATPROPSTG
impl !Sync for tagSTATPROPSTG
impl Freeze for tagSTATPROPSTG
impl RefUnwindSafe for tagSTATPROPSTG
impl Unpin for tagSTATPROPSTG
impl UnsafeUnpin for tagSTATPROPSTG
impl UnwindSafe for tagSTATPROPSTG
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