Struct STRENTRYW
#[repr(C)]pub struct STRENTRYW {
pub pszName: PWSTR,
pub pszValue: PWSTR,
}
Fields§
§pszName: PWSTR
§pszValue: PWSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for STRENTRYW
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