pub struct LoadConfig<'a, P> { /* private fields */ }Expand description
Load Config Directory.
For more information see the module-level documentation.
Implementations§
Source§impl<'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§
Source§impl<'a, P: Clone> Clone for LoadConfig<'a, P>
impl<'a, P: Clone> Clone for LoadConfig<'a, P>
Source§fn clone(&self) -> LoadConfig<'a, P>
fn clone(&self) -> LoadConfig<'a, P>
Returns a duplicate 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<'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> Freeze for LoadConfig<'a, P>where
P: Freeze,
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§
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