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