[][src]Struct fable_format::BigSubHeaderTexture

pub struct BigSubHeaderTexture {
    pub width: u16,
    pub height: u16,
    pub depth: u16,
    pub frame_width: u16,
    pub frame_height: u16,
    pub frame_count: u16,
    pub dxt_compression: u16,
    pub unknown1: u16,
    pub transparency: u8,
    pub mip_maps: u8,
    pub unknown2: u16,
    pub top_mip_map_size: u32,
    pub top_mip_map_compressed_size: u32,
    pub unknown3: u16,
    pub unknown4: u32,
}

Fields

width: u16height: u16depth: u16frame_width: u16frame_height: u16frame_count: u16dxt_compression: u16unknown1: u16transparency: u8mip_maps: u8unknown2: u16top_mip_map_size: u32top_mip_map_compressed_size: u32unknown3: u16unknown4: u32

Trait Implementations

impl Debug for BigSubHeaderTexture[src]

impl PartialEq<BigSubHeaderTexture> for BigSubHeaderTexture[src]

impl StructuralPartialEq for BigSubHeaderTexture[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.