#[repr(C)]pub struct GraphComponentCompileContextT {
pub tt: *const TheTruthO,
pub graph_id: TtIdT,
pub settings_id: TtIdT,
pub node_id: TtIdT,
pub node_unique_id: u64,
pub connectors: *mut GraphNodeConnectorsT,
}
Fields§
§tt: *const TheTruthO
§graph_id: TtIdT
§settings_id: TtIdT
§node_id: TtIdT
§node_unique_id: u64
§connectors: *mut GraphNodeConnectorsT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphComponentCompileContextT
impl RefUnwindSafe for GraphComponentCompileContextT
impl !Send for GraphComponentCompileContextT
impl !Sync for GraphComponentCompileContextT
impl Unpin for GraphComponentCompileContextT
impl UnwindSafe for GraphComponentCompileContextT
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