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