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