#[repr(C)]pub struct FileInfo {Show 20 fields
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: u32§m_total_header_size: u32§m_total_selectors: u32§m_selector_codebook_ofs: u32§m_selector_codebook_size: u32§m_total_endpoints: u32§m_endpoint_codebook_ofs: u32§m_endpoint_codebook_size: u32§m_tables_ofs: u32§m_tables_size: u32§m_slices_size: u32§m_tex_type: basist_basis_texture_type§m_us_per_frame: u32§m_total_images: u32§m_userdata0: u32§m_userdata1: u32§m_tex_format: basist_basis_tex_format§m_y_flipped: bool§m_etc1s: bool§m_has_alpha_slices: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileInfo
impl Send for FileInfo
impl Sync for FileInfo
impl Unpin for FileInfo
impl UnwindSafe for FileInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more