#[repr(C)]pub struct GraphInterpreterNodeT {
pub source: TtIdT,
pub unique_id: u64,
pub f: GraphInterpreterRunNodeF,
pub node_type: *const GraphNodeTypeI,
pub dependencies_index: u32,
pub wires_index: u32,
pub is_pure: bool,
pub _padding_106: [c_char; 7],
}
Fields§
§source: TtIdT
§unique_id: u64
§f: GraphInterpreterRunNodeF
§node_type: *const GraphNodeTypeI
§dependencies_index: u32
§wires_index: u32
§is_pure: bool
§_padding_106: [c_char; 7]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphInterpreterNodeT
impl RefUnwindSafe for GraphInterpreterNodeT
impl !Send for GraphInterpreterNodeT
impl !Sync for GraphInterpreterNodeT
impl Unpin for GraphInterpreterNodeT
impl UnwindSafe for GraphInterpreterNodeT
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