Struct machinery_api::plugins::graph_interpreter::GraphInterpreterDebuggerStatePointersT [−][src]
#[repr(C)]pub struct GraphInterpreterDebuggerStatePointersT { pub enabled: *mut bool, pub breakpoints_enabled: *mut bool, pub connected: *mut bool, pub at_breakpoint: *mut bool, pub stepping: *mut bool, }
Fields
enabled: *mut boolbreakpoints_enabled: *mut boolconnected: *mut boolat_breakpoint: *mut boolstepping: *mut boolTrait Implementations
Auto Trait Implementations
impl !Send for GraphInterpreterDebuggerStatePointersT
impl !Sync for GraphInterpreterDebuggerStatePointersT
Blanket Implementations
Mutably borrows from an owned value. Read more