Struct windows_sys::Win32::System::Registry::REG_PROVIDER
[−]#[repr(C)]pub struct REG_PROVIDER {
pub pi_R0_1val: PQUERYHANDLER,
pub pi_R0_allvals: PQUERYHANDLER,
pub pi_R3_1val: PQUERYHANDLER,
pub pi_R3_allvals: PQUERYHANDLER,
pub pi_flags: u32,
pub pi_key_context: *mut c_void,
}Expand description
Required features: "Win32_System_Registry"
Fields
pi_R0_1val: PQUERYHANDLERpi_R0_allvals: PQUERYHANDLERpi_R3_1val: PQUERYHANDLERpi_R3_allvals: PQUERYHANDLERpi_flags: u32pi_key_context: *mut c_voidTrait Implementations
impl Clone for REG_PROVIDER
impl Clone for REG_PROVIDER
impl Copy for REG_PROVIDER
Auto Trait Implementations
impl RefUnwindSafe for REG_PROVIDER
impl !Send for REG_PROVIDER
impl !Sync for REG_PROVIDER
impl Unpin for REG_PROVIDER
impl UnwindSafe for REG_PROVIDER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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