#[repr(C, packed(4))]pub struct TFace {
pub tpage: Pointer<Void>,
pub uv: [[f32; 2]; 4],
pub col: [i32; 4],
pub flag: i8,
pub transp: i8,
pub mode: i16,
pub tile: i16,
pub unwrap: i16,
}Fields§
§tpage: Pointer<Void>§uv: [[f32; 2]; 4]§col: [i32; 4]§flag: i8§transp: i8§mode: i16§tile: i16§unwrap: i16Trait Implementations§
Source§impl GeneratedBlendStruct for TFace
impl GeneratedBlendStruct for TFace
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "TFace"
const STRUCT_INDEX: usize = 74usize
const STRUCT_TYPE_INDEX: usize = 130usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<TFace> for TFace
Auto Trait Implementations§
impl Freeze for TFace
impl RefUnwindSafe for TFace
impl Send for TFace
impl Sync for TFace
impl Unpin for TFace
impl UnwindSafe for TFace
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