#[repr(C)]pub struct CreationGraphInterpreterContextT {
pub instance: *mut CreationGraphInstanceT,
pub node: u32,
pub _padding_53: [c_char; 4],
pub graph_id: TtIdT,
pub node_id: TtIdT,
pub node_type: *const GraphNodeTypeI,
pub wires: *const u32,
}
Fields§
§instance: *mut CreationGraphInstanceT
§node: u32
§_padding_53: [c_char; 4]
§graph_id: TtIdT
§node_id: TtIdT
§node_type: *const GraphNodeTypeI
§wires: *const u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreationGraphInterpreterContextT
impl RefUnwindSafe for CreationGraphInterpreterContextT
impl !Send for CreationGraphInterpreterContextT
impl !Sync for CreationGraphInterpreterContextT
impl Unpin for CreationGraphInterpreterContextT
impl UnwindSafe for CreationGraphInterpreterContextT
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