Struct windows_sys::Win32::System::WindowsProgramming::STRENTRYW
#[repr(C)]pub struct STRENTRYW {
pub pszName: PWSTR,
pub pszValue: PWSTR,
}
Fields§
§pszName: PWSTR
§pszValue: PWSTR
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for STRENTRYW
impl !Send for STRENTRYW
impl !Sync for STRENTRYW
impl Unpin for STRENTRYW
impl UnwindSafe for STRENTRYW
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