Struct goblin::pe::data_directories::DataDirectory [] [src]

#[repr(C)]
pub struct DataDirectory { pub virtual_address: u32, pub size: u32, }

Fields

Methods

impl DataDirectory
[src]

Trait Implementations

impl Debug for DataDirectory
[src]

Formats the value using the given formatter.

impl PartialEq for DataDirectory
[src]

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

This method tests for !=.

impl Copy for DataDirectory
[src]

impl Clone for DataDirectory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DataDirectory
[src]

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

impl<'a> TryFromCtx<'a> for DataDirectory where DataDirectory: 'a
[src]

impl TryIntoCtx for DataDirectory
[src]

impl SizeWith for DataDirectory
[src]