Struct pelite::stringify::DirectoryEntry
source · [−]pub struct DirectoryEntry(pub usize);
Expand description
Stringifies the IMAGE_DIRECTORY_ENTRY_*
constants for IMAGE_OPTIONAL_HEADER::DataDirectory
.
Tuple Fields
0: usize
Implementations
sourceimpl DirectoryEntry
impl DirectoryEntry
Trait Implementations
sourceimpl Clone for DirectoryEntry
impl Clone for DirectoryEntry
sourcefn clone(&self) -> DirectoryEntry
fn clone(&self) -> DirectoryEntry
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl FromStr for DirectoryEntry
impl FromStr for DirectoryEntry
impl Copy for DirectoryEntry
Auto Trait Implementations
impl RefUnwindSafe for DirectoryEntry
impl Send for DirectoryEntry
impl Sync for DirectoryEntry
impl Unpin for DirectoryEntry
impl UnwindSafe for DirectoryEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more