#[repr(C, packed(4))]pub struct MTFace {
pub uv: [[f32; 2]; 4],
}Fields§
§uv: [[f32; 2]; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for MTFace
impl GeneratedBlendStruct for MTFace
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MTFace"
const STRUCT_INDEX: usize = 97usize
const STRUCT_TYPE_INDEX: usize = 129usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MTFace> for MTFace
Auto Trait Implementations§
impl Freeze for MTFace
impl RefUnwindSafe for MTFace
impl Send for MTFace
impl Sync for MTFace
impl Unpin for MTFace
impl UnwindSafe for MTFace
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