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