Struct machinery_api::plugins::editor_views::AssetLabelsT[][src]

#[repr(C)]
pub struct AssetLabelsT { pub uuids: [AssetLabelUuidT; 256], pub names: [*const c_char; 256], pub icons: [u32; 256], pub icon_colors: [u32; 256], pub num_labels: u32, pub num_system_labels: u32, }

Fields

uuids: [AssetLabelUuidT; 256]names: [*const c_char; 256]icons: [u32; 256]icon_colors: [u32; 256]num_labels: u32num_system_labels: u32

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.