Struct windows_native::ntregapi::REG_NOTIFY_INFORMATION
source ยท #[repr(C)]pub struct REG_NOTIFY_INFORMATION {
pub NextEntryOffset: u32,
pub Action: REG_ACTION,
pub KeyLength: u32,
pub Key: [u16; 1],
}Fieldsยง
ยงNextEntryOffset: u32ยงAction: REG_ACTIONยงKeyLength: u32ยงKey: [u16; 1]Trait Implementationsยง
sourceยงimpl Debug for REG_NOTIFY_INFORMATION
impl Debug for REG_NOTIFY_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for REG_NOTIFY_INFORMATION
impl Send for REG_NOTIFY_INFORMATION
impl Sync for REG_NOTIFY_INFORMATION
impl Unpin for REG_NOTIFY_INFORMATION
impl UnwindSafe for REG_NOTIFY_INFORMATION
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