Struct KEY_VALUE_ENTRY
#[repr(C)]pub struct KEY_VALUE_ENTRY {
pub ValueName: *mut UNICODE_STRING,
pub DataLength: u32,
pub DataOffset: u32,
pub Type: u32,
}
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
§fn clone(&self) -> KEY_VALUE_ENTRY
fn clone(&self) -> KEY_VALUE_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for KEY_VALUE_ENTRY
Auto Trait Implementations§
impl Freeze for KEY_VALUE_ENTRY
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