Struct pelite::resources::DirectoryEntry
source · [−]pub struct DirectoryEntry<'a> { /* private fields */ }
Expand description
Directory child entry.
Contains a name and a reference to the associated data or directory entry.
Implementations
sourceimpl<'a> DirectoryEntry<'a>
impl<'a> DirectoryEntry<'a>
sourcepub fn image(&self) -> &'a IMAGE_RESOURCE_DIRECTORY_ENTRY
pub fn image(&self) -> &'a IMAGE_RESOURCE_DIRECTORY_ENTRY
Gets the underlying resource directory entry image.
Trait Implementations
sourceimpl<'a> Clone for DirectoryEntry<'a>
impl<'a> Clone for DirectoryEntry<'a>
sourcefn clone(&self) -> DirectoryEntry<'a>
fn clone(&self) -> DirectoryEntry<'a>
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> Debug for DirectoryEntry<'a>
impl<'a> Debug for DirectoryEntry<'a>
impl<'a> Copy for DirectoryEntry<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for DirectoryEntry<'a>
impl<'a> Send for DirectoryEntry<'a>
impl<'a> Sync for DirectoryEntry<'a>
impl<'a> Unpin for DirectoryEntry<'a>
impl<'a> UnwindSafe for DirectoryEntry<'a>
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