#[repr(C)]pub struct GraphInterpreterDebuggerBrokenNodeQueueItemT {
pub interpreter: *mut GraphInterpreterO,
pub graph_id: TtIdT,
pub node_id: TtIdT,
pub idx: u32,
pub _padding_131: [c_char; 4],
}
Fields§
§interpreter: *mut GraphInterpreterO
§graph_id: TtIdT
§node_id: TtIdT
§idx: u32
§_padding_131: [c_char; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphInterpreterDebuggerBrokenNodeQueueItemT
impl RefUnwindSafe for GraphInterpreterDebuggerBrokenNodeQueueItemT
impl !Send for GraphInterpreterDebuggerBrokenNodeQueueItemT
impl !Sync for GraphInterpreterDebuggerBrokenNodeQueueItemT
impl Unpin for GraphInterpreterDebuggerBrokenNodeQueueItemT
impl UnwindSafe for GraphInterpreterDebuggerBrokenNodeQueueItemT
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