Struct ASSOCIATIONELEMENT
#[repr(C)]pub struct ASSOCIATIONELEMENT {
    pub ac: ASSOCCLASS,
    pub hkClass: HKEY,
    pub pszClass: PCWSTR,
}Fields§
§ac: ASSOCCLASS§hkClass: HKEY§pszClass: PCWSTRTrait Implementations§
§impl Clone for ASSOCIATIONELEMENT
 
impl Clone for ASSOCIATIONELEMENT
§fn clone(&self) -> ASSOCIATIONELEMENT
 
fn clone(&self) -> ASSOCIATIONELEMENT
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 more§impl Debug for ASSOCIATIONELEMENT
 
impl Debug for ASSOCIATIONELEMENT
§impl Default for ASSOCIATIONELEMENT
 
impl Default for ASSOCIATIONELEMENT
§impl PartialEq for ASSOCIATIONELEMENT
 
impl PartialEq for ASSOCIATIONELEMENT
impl Copy for ASSOCIATIONELEMENT
impl StructuralPartialEq for ASSOCIATIONELEMENT
Auto Trait Implementations§
impl Freeze for ASSOCIATIONELEMENT
impl RefUnwindSafe for ASSOCIATIONELEMENT
impl !Send for ASSOCIATIONELEMENT
impl !Sync for ASSOCIATIONELEMENT
impl Unpin for ASSOCIATIONELEMENT
impl UnwindSafe for ASSOCIATIONELEMENT
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