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_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§
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