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