Struct winapi::winnt::IMAGE_DATA_DIRECTORY [] [src]

pub struct IMAGE_DATA_DIRECTORY {
    pub VirtualAddress: DWORD,
    pub Size: DWORD,
}

Fields

VirtualAddress
Size

Trait Implementations

Derived Implementations

impl Debug for IMAGE_DATA_DIRECTORY

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

impl Copy for IMAGE_DATA_DIRECTORY

impl Clone for IMAGE_DATA_DIRECTORY

fn clone(&self) -> IMAGE_DATA_DIRECTORY

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