#[repr(C)]pub struct ASSOCIATIONELEMENT {
pub ac: ASSOCCLASS,
pub hkClass: HKEY,
pub pszClass: PWSTR,
}
Fields§
§ac: ASSOCCLASS
§hkClass: HKEY
§pszClass: PWSTR
Trait Implementations§
Source§impl Abi for ASSOCIATIONELEMENT
impl Abi for ASSOCIATIONELEMENT
Source§type Abi = ASSOCIATIONELEMENT
type Abi = ASSOCIATIONELEMENT
The abi representation of the implementing type. Read more
type DefaultType = ASSOCIATIONELEMENT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Default for ASSOCIATIONELEMENT
impl Default for ASSOCIATIONELEMENT
Source§impl PartialEq for ASSOCIATIONELEMENT
impl PartialEq for ASSOCIATIONELEMENT
impl Copy for ASSOCIATIONELEMENT
impl Eq 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