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