pub struct TgaHeader {
pub width: u16,
pub height: u16,
pub id_len: u8,
pub palette_type: u8,
pub data_type: DataType,
pub bits_pp: u8,
pub flags: u8,
}Fields§
§width: u16§height: u16§id_len: u8§palette_type: u8§data_type: DataType§bits_pp: u8§flags: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for TgaHeader
impl RefUnwindSafe for TgaHeader
impl Send for TgaHeader
impl Sync for TgaHeader
impl Unpin for TgaHeader
impl UnwindSafe for TgaHeader
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