Struct basis_universal_sys::transcoding_bindings::FileInfo[][src]

#[repr(C)]pub struct FileInfo {
    pub m_version: u32,
    pub m_total_header_size: u32,
    pub m_total_selectors: u32,
    pub m_selector_codebook_ofs: u32,
    pub m_selector_codebook_size: u32,
    pub m_total_endpoints: u32,
    pub m_endpoint_codebook_ofs: u32,
    pub m_endpoint_codebook_size: u32,
    pub m_tables_ofs: u32,
    pub m_tables_size: u32,
    pub m_slices_size: u32,
    pub m_tex_type: basist_basis_texture_type,
    pub m_us_per_frame: u32,
    pub m_total_images: u32,
    pub m_userdata0: u32,
    pub m_userdata1: u32,
    pub m_tex_format: basist_basis_tex_format,
    pub m_y_flipped: bool,
    pub m_etc1s: bool,
    pub m_has_alpha_slices: bool,
}

Fields

m_version: u32m_total_header_size: u32m_total_selectors: u32m_selector_codebook_ofs: u32m_selector_codebook_size: u32m_total_endpoints: u32m_endpoint_codebook_ofs: u32m_endpoint_codebook_size: u32m_tables_ofs: u32m_tables_size: u32m_slices_size: u32m_tex_type: basist_basis_texture_typem_us_per_frame: u32m_total_images: u32m_userdata0: u32m_userdata1: u32m_tex_format: basist_basis_tex_formatm_y_flipped: boolm_etc1s: boolm_has_alpha_slices: bool

Trait Implementations

impl Clone for FileInfo[src]

impl Copy for FileInfo[src]

impl Debug for FileInfo[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.