Struct windows_sys::Wdk::System::Registry::KEY_VALUE_ENTRY
#[repr(C)]pub struct KEY_VALUE_ENTRY {
pub ValueName: *mut UNICODE_STRING,
pub DataLength: u32,
pub DataOffset: u32,
pub Type: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§ValueName: *mut UNICODE_STRING
§DataLength: u32
§DataOffset: u32
§Type: u32
Trait Implementations§
§impl Clone for KEY_VALUE_ENTRY
impl Clone for KEY_VALUE_ENTRY
impl Copy for KEY_VALUE_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for KEY_VALUE_ENTRY
impl !Send for KEY_VALUE_ENTRY
impl !Sync for KEY_VALUE_ENTRY
impl Unpin for KEY_VALUE_ENTRY
impl UnwindSafe for KEY_VALUE_ENTRY
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