#[repr(C)]pub struct _tagpropertykey {
pub fmtid: GUID,
pub pid: DWORD,
}Fields§
§fmtid: GUID§pid: DWORDTrait Implementations§
Source§impl Clone for _tagpropertykey
impl Clone for _tagpropertykey
Source§fn clone(&self) -> _tagpropertykey
fn clone(&self) -> _tagpropertykey
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 moreSource§impl Debug for _tagpropertykey
impl Debug for _tagpropertykey
impl Copy 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