Struct winreg::RegValue
[−]
[src]
Raw registry value
Fields
bytes: Vec<u8>
vtype: RegType
Trait Implementations
impl PartialEq for RegValue[src]
impl PartialEq for RegValuefn eq(&self, __arg_0: &RegValue) -> bool[src]
fn eq(&self, __arg_0: &RegValue) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RegValue) -> bool[src]
fn ne(&self, __arg_0: &RegValue) -> boolThis method tests for !=.
impl Debug for RegValue[src]
impl Debug for RegValue