Struct machinery_api::plugins::creation_graph::CreationGraphAllOutputsT[][src]

#[repr(C)]
pub struct CreationGraphAllOutputsT { pub version: u64, pub num_output_node_types: u32, pub _padding_191: [c_char; 4], pub output_node_type_hashes: [StrhashT; 32], pub output_node_type_display_names: [*const c_char; 32], }

Fields

version: u64num_output_node_types: u32_padding_191: [c_char; 4]output_node_type_hashes: [StrhashT; 32]output_node_type_display_names: [*const c_char; 32]

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.