Struct winreg::RegValue [] [src]

pub struct RegValue {
    pub bytes: Vec<u8>,
    pub vtype: RegType,
}

Raw registry value

Fields

Trait Implementations

impl PartialEq for RegValue
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for RegValue
[src]

[src]

Formats the value using the given formatter.