#[repr(C)]pub struct _tagpropertykey {
pub fmtid: GUID,
pub pid: DWORD,
}
Fields§
§fmtid: GUID
§pid: DWORD
Trait Implementations§
Source§impl Clone for _tagpropertykey
impl Clone for _tagpropertykey
Source§fn clone(&self) -> _tagpropertykey
fn clone(&self) -> _tagpropertykey
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 _tagpropertykey
impl Debug for _tagpropertykey
Source§impl Ord for _tagpropertykey
impl Ord for _tagpropertykey
Source§fn cmp(&self, other: &_tagpropertykey) -> Ordering
fn cmp(&self, other: &_tagpropertykey) -> 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 _tagpropertykey
impl PartialEq for _tagpropertykey
Source§impl PartialOrd for _tagpropertykey
impl PartialOrd for _tagpropertykey
impl Copy for _tagpropertykey
impl Eq for _tagpropertykey
impl StructuralPartialEq for _tagpropertykey
Auto Trait Implementations§
impl Freeze for _tagpropertykey
impl RefUnwindSafe for _tagpropertykey
impl Send for _tagpropertykey
impl Sync for _tagpropertykey
impl Unpin for _tagpropertykey
impl UnwindSafe for _tagpropertykey
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