[][src]Struct tm_rs::ffi::dcc_asset_type_info_t

#[repr(C)]pub struct dcc_asset_type_info_t {
    pub position_type: u64,
    pub rotation_type: u64,
    pub scale_type: u64,
    pub color_rgba_type: u64,
    pub color_rgb_type: u64,
    pub attribute_type: u64,
    pub accessor_type: u64,
    pub buffer_type: u64,
    pub camera_type: u64,
    pub light_type: u64,
    pub bone_type: u64,
    pub mesh_type: u64,
    pub image_type: u64,
    pub texture_type: u64,
    pub pbr_mr_type: u64,
    pub pbr_sg_type: u64,
    pub material_type: u64,
    pub node_type: u64,
    pub scene_type: u64,
    pub node_animation_type: u64,
    pub animation_type: u64,
    pub asset_type: u64,
    pub extracted_resource_type: u64,
    pub settings_type: u64,
}

Fields

position_type: u64rotation_type: u64scale_type: u64color_rgba_type: u64color_rgb_type: u64attribute_type: u64accessor_type: u64buffer_type: u64camera_type: u64light_type: u64bone_type: u64mesh_type: u64image_type: u64texture_type: u64pbr_mr_type: u64pbr_sg_type: u64material_type: u64node_type: u64scene_type: u64node_animation_type: u64animation_type: u64asset_type: u64extracted_resource_type: u64settings_type: u64

Trait Implementations

impl Clone for dcc_asset_type_info_t[src]

impl Copy for dcc_asset_type_info_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.