#[repr(C)]pub struct tm_shader_creation_graph_data_o {
pub allocator: *mut tm_allocator_i,
pub connected_inputs: *mut bool,
pub actions: *mut tm_tt_id_t,
pub settings: *mut tm_tt_id_t,
}Fields§
§allocator: *mut tm_allocator_i§connected_inputs: *mut bool§actions: *mut tm_tt_id_t§settings: *mut tm_tt_id_tTrait Implementations§
Source§impl Clone for tm_shader_creation_graph_data_o
impl Clone for tm_shader_creation_graph_data_o
Source§fn clone(&self) -> tm_shader_creation_graph_data_o
fn clone(&self) -> tm_shader_creation_graph_data_o
Returns a duplicate 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 moreimpl Copy for tm_shader_creation_graph_data_o
Auto Trait Implementations§
impl Freeze for tm_shader_creation_graph_data_o
impl RefUnwindSafe for tm_shader_creation_graph_data_o
impl !Send for tm_shader_creation_graph_data_o
impl !Sync for tm_shader_creation_graph_data_o
impl Unpin for tm_shader_creation_graph_data_o
impl UnwindSafe for tm_shader_creation_graph_data_o
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