#[repr(C)]pub struct TBSAVEPARAMSW {
pub hkr: HKEY,
pub pszSubKey: PWSTR,
pub pszValueName: PWSTR,
}
Fields§
§hkr: HKEY
§pszSubKey: PWSTR
§pszValueName: PWSTR
Trait Implementations§
Source§impl Abi for TBSAVEPARAMSW
impl Abi for TBSAVEPARAMSW
Source§type Abi = TBSAVEPARAMSW
type Abi = TBSAVEPARAMSW
The abi representation of the implementing type. Read more
type DefaultType = TBSAVEPARAMSW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TBSAVEPARAMSW
impl Clone for TBSAVEPARAMSW
Source§fn clone(&self) -> TBSAVEPARAMSW
fn clone(&self) -> TBSAVEPARAMSW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TBSAVEPARAMSW
impl Debug for TBSAVEPARAMSW
Source§impl Default for TBSAVEPARAMSW
impl Default for TBSAVEPARAMSW
Source§impl PartialEq for TBSAVEPARAMSW
impl PartialEq for TBSAVEPARAMSW
impl Copy for TBSAVEPARAMSW
impl Eq for TBSAVEPARAMSW
Auto Trait Implementations§
impl Freeze for TBSAVEPARAMSW
impl RefUnwindSafe for TBSAVEPARAMSW
impl !Send for TBSAVEPARAMSW
impl !Sync for TBSAVEPARAMSW
impl Unpin for TBSAVEPARAMSW
impl UnwindSafe for TBSAVEPARAMSW
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