#[repr(C)]pub struct ASSOCIATIONELEMENT {
pub ac: ASSOCCLASS,
pub hkClass: HKEY,
pub pszClass: PCWSTR,
}
Fields§
§ac: ASSOCCLASS
§hkClass: HKEY
§pszClass: PCWSTR
Trait Implementations§
Source§impl Clone for ASSOCIATIONELEMENT
impl Clone for ASSOCIATIONELEMENT
Source§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 moreSource§impl Debug for ASSOCIATIONELEMENT
impl Debug for ASSOCIATIONELEMENT
Source§impl Ord for ASSOCIATIONELEMENT
impl Ord for ASSOCIATIONELEMENT
Source§fn cmp(&self, other: &ASSOCIATIONELEMENT) -> Ordering
fn cmp(&self, other: &ASSOCIATIONELEMENT) -> 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 ASSOCIATIONELEMENT
impl PartialEq for ASSOCIATIONELEMENT
Source§impl PartialOrd for ASSOCIATIONELEMENT
impl PartialOrd for ASSOCIATIONELEMENT
impl Copy for ASSOCIATIONELEMENT
impl Eq 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