Struct winapi::winnt::IMAGE_DATA_DIRECTORY
[−]
[src]
pub struct IMAGE_DATA_DIRECTORY { pub VirtualAddress: DWORD, pub Size: DWORD, }
Fields
VirtualAddress | |
Size |
Trait Implementations
impl Copy for IMAGE_DATA_DIRECTORY
[src]
impl Clone for IMAGE_DATA_DIRECTORY
[src]
fn clone(&self) -> IMAGE_DATA_DIRECTORY
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