Struct pelite::pe64::load_config::LoadConfig
source · [−]pub struct LoadConfig<'a, P> { /* private fields */ }
Expand description
Load Config Directory.
For more information see the module-level documentation.
Implementations
sourceimpl<'a, P: Pe<'a>> LoadConfig<'a, P>
impl<'a, P: Pe<'a>> LoadConfig<'a, P>
sourcepub fn image(&self) -> &'a IMAGE_LOAD_CONFIG_DIRECTORY
pub fn image(&self) -> &'a IMAGE_LOAD_CONFIG_DIRECTORY
Returns the underlying load config directory image.
Gets the default security cookie for the image.
sourcepub fn se_handler_table(&self) -> Result<&'a [Va]>
pub fn se_handler_table(&self) -> Result<&'a [Va]>
Gets the structured exception handler table.
Trait Implementations
sourceimpl<'a, P: Clone> Clone for LoadConfig<'a, P>
impl<'a, P: Clone> Clone for LoadConfig<'a, P>
sourcefn clone(&self) -> LoadConfig<'a, P>
fn clone(&self) -> LoadConfig<'a, P>
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<'a, P: Pe<'a>> Debug for LoadConfig<'a, P>
impl<'a, P: Pe<'a>> Debug for LoadConfig<'a, P>
impl<'a, P: Copy> Copy for LoadConfig<'a, P>
Auto Trait Implementations
impl<'a, P> RefUnwindSafe for LoadConfig<'a, P>where
P: RefUnwindSafe,
impl<'a, P> Send for LoadConfig<'a, P>where
P: Send,
impl<'a, P> Sync for LoadConfig<'a, P>where
P: Sync,
impl<'a, P> Unpin for LoadConfig<'a, P>where
P: Unpin,
impl<'a, P> UnwindSafe for LoadConfig<'a, P>where
P: UnwindSafe,
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