[][src]Struct wayk_core::gfwx::NowGfwxHeader

pub struct NowGfwxHeader {
    pub magic: u32,
    pub version: u8,
    pub offset: u8,
    pub flags: u16,
    pub quality_level: u16,
    pub chroma_scale: u8,
    pub block_size: u8,
    pub filter: NowGWFXFilter,
    pub quantization: NowGWFXQuantization,
    pub encoder: NowGWFXEncoder,
    pub boost: u8,
    pub image_width: u32,
    pub image_height: u32,
    pub layer_count: u16,
    pub channel_count: u16,
    pub transform: u32,
    pub color_flags: u32,
}

Fields

magic: u32version: u8offset: u8flags: u16quality_level: u16chroma_scale: u8block_size: u8filter: NowGWFXFilterquantization: NowGWFXQuantizationencoder: NowGWFXEncoderboost: u8image_width: u32image_height: u32layer_count: u16channel_count: u16transform: u32color_flags: u32

Implementations

impl NowGfwxHeader[src]

Trait Implementations

impl Clone for NowGfwxHeader[src]

impl Debug for NowGfwxHeader[src]

impl<'dec> Decode<'dec> for NowGfwxHeader[src]

impl Encode for NowGfwxHeader[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.