#[repr(C)]pub struct VALENTA {
pub ve_valuename: LPSTR,
pub ve_valuelen: DWORD,
pub ve_valueptr: DWORD_PTR,
pub ve_type: DWORD,
}
Fields
ve_valuename: LPSTR
ve_valuelen: DWORD
ve_valueptr: DWORD_PTR
ve_type: DWORD
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VALENTA
impl !Send for VALENTA
impl !Sync for VALENTA
impl Unpin for VALENTA
impl UnwindSafe for VALENTA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more