#[repr(C)]pub struct VALENTW {
pub ve_valuename: LPWSTR,
pub ve_valuelen: DWORD,
pub ve_valueptr: DWORD_PTR,
pub ve_type: DWORD,
}
Fields
ve_valuename: LPWSTR
ve_valuelen: DWORD
ve_valueptr: DWORD_PTR
ve_type: DWORD
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VALENTW
impl !Send for VALENTW
impl !Sync for VALENTW
impl Unpin for VALENTW
impl UnwindSafe for VALENTW
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