Struct windows_sys::Win32::UI::Shell::ASSOCIATIONELEMENT
[−]#[repr(C)]pub struct ASSOCIATIONELEMENT {
pub ac: ASSOCCLASS,
pub hkClass: HKEY,
pub pszClass: PCWSTR,
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_System_Registry"
Fields
ac: ASSOCCLASS
hkClass: HKEY
pszClass: PCWSTR
Trait Implementations
impl Clone for ASSOCIATIONELEMENT
impl Clone for ASSOCIATIONELEMENT
impl Copy for ASSOCIATIONELEMENT
Auto Trait Implementations
impl RefUnwindSafe for ASSOCIATIONELEMENT
impl !Send for ASSOCIATIONELEMENT
impl !Sync for ASSOCIATIONELEMENT
impl Unpin for ASSOCIATIONELEMENT
impl UnwindSafe for ASSOCIATIONELEMENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more