pub struct DataEntry<'a> { /* private fields */ }
Expand description
Data entry.
Implementations
sourceimpl<'a> DataEntry<'a>
impl<'a> DataEntry<'a>
sourcepub fn image(&self) -> &'a IMAGE_RESOURCE_DATA_ENTRY
pub fn image(&self) -> &'a IMAGE_RESOURCE_DATA_ENTRY
Gets the underlying resource data entry image.
Trait Implementations
impl<'a> Copy for DataEntry<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for DataEntry<'a>
impl<'a> Send for DataEntry<'a>
impl<'a> Sync for DataEntry<'a>
impl<'a> Unpin for DataEntry<'a>
impl<'a> UnwindSafe for DataEntry<'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