#[repr(C)]pub struct ElementCountTable {Show 35 fields
pub parts: u32,
pub deformers: u32,
pub warp_deformers: u32,
pub rotation_deformers: u32,
pub art_meshes: u32,
pub parameters: u32,
pub part_keyforms: u32,
pub warp_deformer_keyforms: u32,
pub rotation_deformer_keyforms: u32,
pub art_mesh_keyforms: u32,
pub keyform_positions: u32,
pub parameter_binding_indices: u32,
pub keyform_bindings: u32,
pub parameter_bindings: u32,
pub keys: u32,
pub uvs: u32,
pub position_indices: u32,
pub drawable_masks: u32,
pub draw_order_groups: u32,
pub draw_order_group_objects: u32,
pub glue: u32,
pub glue_info: u32,
pub glue_keyforms: u32,
pub keyform_multiply_colors: u32,
pub keyform_screen_colors: u32,
pub blend_shape_parameter_bindings: u32,
pub blend_shape_keyform_bindings: u32,
pub blend_shapes_warp_deformers: u32,
pub blend_shapes_art_meshes: u32,
pub blend_shape_constraint_indices: u32,
pub blend_shape_constraints: u32,
pub blend_shape_constraint_values: u32,
pub blend_shapes_parts: u32,
pub blend_shapes_rotation_deformers: u32,
pub blend_shapes_glue: u32,
}Fields§
§parts: u32§deformers: u32§warp_deformers: u32§rotation_deformers: u32§art_meshes: u32§parameters: u32§part_keyforms: u32§warp_deformer_keyforms: u32§rotation_deformer_keyforms: u32§art_mesh_keyforms: u32§keyform_positions: u32§parameter_binding_indices: u32§keyform_bindings: u32§parameter_bindings: u32§keys: u32§uvs: u32§position_indices: u32§drawable_masks: u32§draw_order_groups: u32§draw_order_group_objects: u32§glue: u32§glue_info: u32§glue_keyforms: u32§keyform_multiply_colors: u32§keyform_screen_colors: u32§blend_shape_parameter_bindings: u32§blend_shape_keyform_bindings: u32§blend_shapes_warp_deformers: u32§blend_shapes_art_meshes: u32§blend_shape_constraint_indices: u32§blend_shape_constraints: u32§blend_shape_constraint_values: u32§blend_shapes_parts: u32§blend_shapes_rotation_deformers: u32§blend_shapes_glue: u32Trait Implementations§
Source§impl Clone for ElementCountTable
impl Clone for ElementCountTable
Source§fn clone(&self) -> ElementCountTable
fn clone(&self) -> ElementCountTable
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementCountTable
impl Debug for ElementCountTable
impl Copy for ElementCountTable
Auto Trait Implementations§
impl Freeze for ElementCountTable
impl RefUnwindSafe for ElementCountTable
impl Send for ElementCountTable
impl Sync for ElementCountTable
impl Unpin for ElementCountTable
impl UnwindSafe for ElementCountTable
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