Struct goblin::pe::data_directories::DataDirectory
source · #[repr(C)]pub struct DataDirectory {
pub virtual_address: u32,
pub size: u32,
}
Fields§
§virtual_address: u32
§size: u32
Implementations§
Trait Implementations§
source§impl Clone for DataDirectory
impl Clone for DataDirectory
source§fn clone(&self) -> DataDirectory
fn clone(&self) -> DataDirectory
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DataDirectory
impl Debug for DataDirectory
source§impl Default for DataDirectory
impl Default for DataDirectory
source§fn default() -> DataDirectory
fn default() -> DataDirectory
Returns the “default value” for a type. Read more
source§impl PartialEq for DataDirectory
impl PartialEq for DataDirectory
source§fn eq(&self, other: &DataDirectory) -> bool
fn eq(&self, other: &DataDirectory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'a> TryFromCtx<'a, Endian> for DataDirectorywhere
DataDirectory: 'a,
impl<'a> TryFromCtx<'a, Endian> for DataDirectorywhere DataDirectory: 'a,
source§impl<'a> TryIntoCtx<Endian> for &'a DataDirectory
impl<'a> TryIntoCtx<Endian> for &'a DataDirectory
source§impl TryIntoCtx<Endian> for DataDirectory
impl TryIntoCtx<Endian> for DataDirectory
impl Copy for DataDirectory
impl StructuralPartialEq for DataDirectory
Auto Trait Implementations§
impl RefUnwindSafe for DataDirectory
impl Send for DataDirectory
impl Sync for DataDirectory
impl Unpin for DataDirectory
impl UnwindSafe for DataDirectory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more