[][src]Struct pelite::resources::group::image::GRPICONDIRENTRY

#[repr(C)]
pub struct GRPICONDIRENTRY {
    pub bWidth: u8,
    pub bHeight: u8,
    pub bColorCount: u8,
    pub bReserved: u8,
    pub wPlanes: u16,
    pub wBitCount: u16,
    pub dwBytesInResLo: u16,
    pub dwBytesInResHi: u16,
    pub nId: u16,
}

Fields

bWidth: u8bHeight: u8bColorCount: u8bReserved: u8wPlanes: u16wBitCount: u16dwBytesInResLo: u16dwBytesInResHi: u16nId: u16

Methods

impl GRPICONDIRENTRY[src]

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

Trait Implementations

impl Pod for GRPICONDIRENTRY where
    Self: 'static,
    u8: Pod,
    u8: Pod,
    u8: Pod,
    u8: Pod,
    u16: Pod,
    u16: Pod,
    u16: Pod,
    u16: Pod,
    u16: Pod
[src]

impl Clone for GRPICONDIRENTRY[src]

impl Copy for GRPICONDIRENTRY[src]

impl Debug for GRPICONDIRENTRY[src]

Auto Trait Implementations

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]