Struct goblin::HintData [] [src]

pub struct HintData {
    pub is_lsb: bool,
    pub is_64: Option<bool>,
}

Information obtained from a peek Hint

Fields

Trait Implementations

impl Debug for HintData
[src]

[src]

Formats the value using the given formatter.

impl Default for HintData
[src]

[src]

Returns the "default value" for a type. Read more