pub struct DX10Header {
pub height: u16,
pub width: u16,
pub mip_count: u8,
pub format: u8,
pub flags: u8,
pub tile_mode: u8,
}
Expand description
File header for DX10 archives.
Fields§
§height: u16
§width: u16
§mip_count: u8
§format: u8
§flags: u8
§tile_mode: u8
Trait Implementations§
impl Copy for DX10
impl Eq for DX10
impl StructuralPartialEq for DX10
Auto Trait Implementations§
impl Freeze for DX10
impl RefUnwindSafe for DX10
impl Send for DX10
impl Sync for DX10
impl Unpin for DX10
impl UnwindSafe for DX10
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