#[repr(C, packed(1))]pub struct ASSOCIATIONELEMENT {
pub ac: ASSOCCLASS,
pub hkClass: HKEY,
pub pszClass: PCWSTR,
}Fields§
§ac: ASSOCCLASS§hkClass: HKEY§pszClass: PCWSTRTrait Implementations§
Source§impl Clone for ASSOCIATIONELEMENT
impl Clone for ASSOCIATIONELEMENT
Source§fn clone(&self) -> ASSOCIATIONELEMENT
fn clone(&self) -> ASSOCIATIONELEMENT
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 ASSOCIATIONELEMENT
impl Debug for ASSOCIATIONELEMENT
impl Copy 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