#[repr(C)]pub struct STRENTRYW {
pub pszName: PWSTR,
pub pszValue: PWSTR,
}Fields§
§pszName: PWSTR§pszValue: PWSTRAuto Trait Implementations§
impl !Send for STRENTRYW
impl !Sync for STRENTRYW
impl Freeze for STRENTRYW
impl RefUnwindSafe for STRENTRYW
impl Unpin for STRENTRYW
impl UnsafeUnpin 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