Struct windows_native::ntpebteb::API_SET_VALUE_ENTRY
source ยท #[repr(C)]pub struct API_SET_VALUE_ENTRY {
pub Flags: u32,
pub NameOffset: u32,
pub NameLength: u32,
pub ValueOffset: u32,
pub ValueLength: u32,
}Fieldsยง
ยงFlags: u32ยงNameOffset: u32ยงNameLength: u32ยงValueOffset: u32ยงValueLength: u32Trait Implementationsยง
sourceยงimpl Debug for API_SET_VALUE_ENTRY
impl Debug 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ยง
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