Struct ntapi::ntpebteb::API_SET_VALUE_ENTRY
source · [−]#[repr(C)]pub struct API_SET_VALUE_ENTRY {
pub Flags: ULONG,
pub NameOffset: ULONG,
pub NameLength: ULONG,
pub ValueOffset: ULONG,
pub ValueLength: ULONG,
}
Fields
Flags: ULONG
NameOffset: ULONG
NameLength: ULONG
ValueOffset: ULONG
ValueLength: ULONG
Trait Implementations
sourceimpl Clone for API_SET_VALUE_ENTRY
impl Clone for API_SET_VALUE_ENTRY
sourcefn clone(&self) -> API_SET_VALUE_ENTRY
fn clone(&self) -> API_SET_VALUE_ENTRY
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for API_SET_VALUE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for API_SET_VALUE_ENTRY
impl Send for API_SET_VALUE_ENTRY
impl Sync for API_SET_VALUE_ENTRY
impl Unpin for API_SET_VALUE_ENTRY
impl UnwindSafe for API_SET_VALUE_ENTRY
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