Struct windows_sys::Win32::UI::Controls::TBSAVEPARAMSA
#[repr(C)]pub struct TBSAVEPARAMSA {
pub hkr: HKEY,
pub pszSubKey: PCSTR,
pub pszValueName: PCSTR,
}
Expand description
Required features: "Win32_System_Registry"
Fields§
§hkr: HKEY
§pszSubKey: PCSTR
§pszValueName: PCSTR
Trait Implementations§
§impl Clone for TBSAVEPARAMSA
impl Clone for TBSAVEPARAMSA
impl Copy for TBSAVEPARAMSA
Auto Trait Implementations§
impl RefUnwindSafe for TBSAVEPARAMSA
impl !Send for TBSAVEPARAMSA
impl !Sync for TBSAVEPARAMSA
impl Unpin for TBSAVEPARAMSA
impl UnwindSafe for TBSAVEPARAMSA
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