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_UI_Controls"
, "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
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