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

#[repr(C)]
pub struct CreationGraphOutputNodeTypeT { pub node_name_hash: StrhashT, pub display_name: *const c_char, pub asset_label: *const AssetLabelT, pub size: u64, pub write_wire: Option<unsafe extern "C" fn(ctx: *mut CreationGraphInterpreterContextT, wire: u32, data: *const c_void)>, pub create_thumbnail: Option<unsafe extern "C" fn(data: *const c_void, thumbnail_desc: *const RendererImageDescT, rb: *mut RendererBackendI, res_buf: *mut RendererResourceCommandBufferO, cmd_buf: *mut RendererCommandBufferO, res: *mut RendererHandleT)>, }

Fields

node_name_hash: StrhashTdisplay_name: *const c_charasset_label: *const AssetLabelTsize: u64write_wire: Option<unsafe extern "C" fn(ctx: *mut CreationGraphInterpreterContextT, wire: u32, data: *const c_void)>create_thumbnail: Option<unsafe extern "C" fn(data: *const c_void, thumbnail_desc: *const RendererImageDescT, rb: *mut RendererBackendI, res_buf: *mut RendererResourceCommandBufferO, cmd_buf: *mut RendererCommandBufferO, res: *mut RendererHandleT)>

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.