Struct winapi::dbghelp::ADDRESS64 [] [src]

pub struct ADDRESS64 {
    pub Offset: DWORD64,
    pub Segment: WORD,
    pub Mode: ADDRESS_MODE,
}

Fields

Offset: DWORD64 Segment: WORD Mode: ADDRESS_MODE

Trait Implementations

impl Debug for ADDRESS64
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for ADDRESS64
[src]

impl Clone for ADDRESS64
[src]

fn clone(&self) -> ADDRESS64

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more