#[repr(C)]pub struct tagSTATPROPSTG {
pub lpwstrName: LPOLESTR,
pub propid: PROPID,
pub vt: VARTYPE,
}
Fields§
§lpwstrName: LPOLESTR
§propid: PROPID
§vt: VARTYPE
Trait Implementations§
Source§impl Clone for tagSTATPROPSTG
impl Clone for tagSTATPROPSTG
Source§fn clone(&self) -> tagSTATPROPSTG
fn clone(&self) -> tagSTATPROPSTG
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 tagSTATPROPSTG
impl Debug for tagSTATPROPSTG
Source§impl Ord for tagSTATPROPSTG
impl Ord for tagSTATPROPSTG
Source§fn cmp(&self, other: &tagSTATPROPSTG) -> Ordering
fn cmp(&self, other: &tagSTATPROPSTG) -> 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 tagSTATPROPSTG
impl PartialEq for tagSTATPROPSTG
Source§impl PartialOrd for tagSTATPROPSTG
impl PartialOrd for tagSTATPROPSTG
impl Copy for tagSTATPROPSTG
impl Eq for tagSTATPROPSTG
impl StructuralPartialEq for tagSTATPROPSTG
Auto Trait Implementations§
impl Freeze for tagSTATPROPSTG
impl RefUnwindSafe for tagSTATPROPSTG
impl !Send for tagSTATPROPSTG
impl !Sync for tagSTATPROPSTG
impl Unpin 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