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§
Source§impl<'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§
Source§impl<'a> Clone for DirectoryEntry<'a>
impl<'a> Clone for DirectoryEntry<'a>
Source§fn clone(&self) -> DirectoryEntry<'a>
fn clone(&self) -> DirectoryEntry<'a>
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> Debug for DirectoryEntry<'a>
impl<'a> Debug for DirectoryEntry<'a>
impl<'a> Copy for DirectoryEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for DirectoryEntry<'a>
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§
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