[][src]Struct pelite::resources::DataEntry

pub struct DataEntry<'a> { /* fields omitted */ }

Data entry.

Methods

impl<'a> DataEntry<'a>[src]

pub fn resources(&self) -> Resources<'a>[src]

Gets the resources.

pub fn image(&self) -> &'a IMAGE_RESOURCE_DATA_ENTRY[src]

Gets the underlying resource data entry image.

pub fn bytes(&self) -> Result<&'a [u8]>[src]

Gets the actual data.

pub fn size(&self) -> usize[src]

Gets the data size.

pub fn code_page(&self) -> u32[src]

Gets the code page.

pub fn fsck(&self) -> Result<()>[src]

Filesystem consistency check.

Simply walks the filesystem checking all references are valid.

Trait Implementations

impl<'a> Clone for DataEntry<'a>[src]

impl<'a> Copy for DataEntry<'a>[src]

impl<'a> Debug for DataEntry<'a>[src]

impl<'a> Serialize for DataEntry<'a>[src]

Auto Trait Implementations

impl<'a> Sync for DataEntry<'a>

impl<'a> Send for DataEntry<'a>

impl<'a> Unpin for DataEntry<'a>

impl<'a> UnwindSafe for DataEntry<'a>

impl<'a> RefUnwindSafe for DataEntry<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]