Docs.rs
  • winreg-0.11.0
    • winreg 0.11.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • Crates.io
    • Source
    • Owners
    • gentoo90
    • Dependencies
      • cfg-if ^1.0 normal
      • chrono ^0.4.6 normal
      • serde ^1 normal
      • winapi ^0.3.9 normal
      • rand ^0.3 dev
      • serde_bytes ^0.11 dev
      • serde_derive ^1 dev
      • tempfile ~3.0 dev
    • Versions
      • 0.11.0
      • 0.10.1
      • 0.10.0
      • 0.9.0
      • 0.8.0
      • 0.7.0
      • 0.6.2
      • 0.6.1
      • 0.6.0
      • 0.5.1
      • 0.5.0
      • 0.4.0
      • 0.3.5
      • 0.3.4
      • 0.3.3
      • 0.3.2
      • 0.3.1
      • 0.3.0
      • 0.2.6
      • 0.2.5
      • 0.2.0
      • 0.1.1
      • 0.1.0
    • 53.95% of the crate is documented
  • Platform
    • x86_64-pc-windows-msvc
    • i686-pc-windows-msvc
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module enums

  • Enums
  • Constants
?
Change settings

Module winreg::enums

source ·
Expand description

use winreg::enums::*; to import all needed enumerations and constants

Re-exports

pub use self::RegType::*;
pub use self::RegDisposition::*;

Enums

RegDisposition
Enumeration of possible disposition values
RegType
Enumeration of possible registry value types

Constants

HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKEY_CURRENT_USER
HKEY_CURRENT_USER_LOCAL_SETTINGS
HKEY_DYN_DATA
HKEY_LOCAL_MACHINE
HKEY_PERFORMANCE_DATA
HKEY_PERFORMANCE_NLSTEXT
HKEY_PERFORMANCE_TEXT
HKEY_USERS
KEY_ALL_ACCESS
KEY_CREATE_LINK
KEY_CREATE_SUB_KEY
KEY_ENUMERATE_SUB_KEYS
KEY_EXECUTE
KEY_NOTIFY
KEY_QUERY_VALUE
KEY_READ
KEY_SET_VALUE
KEY_WOW64_32KEY
KEY_WOW64_64KEY
KEY_WOW64_RES
KEY_WRITE
REG_PROCESS_APPKEY