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

#[repr(C)]
pub struct GRPICONDIR {
    pub idReserved: u16,
    pub idType: u16,
    pub idCount: u16,
    pub idEntries: [GRPICONDIRENTRY; 0],
}

Fields

idReserved: u16idType: u16idCount: u16idEntries: [GRPICONDIRENTRY; 0]

Trait Implementations

impl Pod for GRPICONDIR where
    Self: 'static,
    u16: Pod,
    u16: Pod,
    u16: Pod,
    [GRPICONDIRENTRY; 0]: Pod
[src]

impl Clone for GRPICONDIR[src]

impl Copy for GRPICONDIR[src]

impl Debug for GRPICONDIR[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]