#[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 bool
§breakpoints_enabled: *mut bool
§connected: *mut bool
§at_breakpoint: *mut bool
§stepping: *mut bool
Trait Implementations§
Source§impl Clone for GraphInterpreterDebuggerStatePointersT
impl Clone for GraphInterpreterDebuggerStatePointersT
Source§fn clone(&self) -> GraphInterpreterDebuggerStatePointersT
fn clone(&self) -> GraphInterpreterDebuggerStatePointersT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GraphInterpreterDebuggerStatePointersT
Auto Trait Implementations§
impl Freeze for GraphInterpreterDebuggerStatePointersT
impl RefUnwindSafe for GraphInterpreterDebuggerStatePointersT
impl !Send for GraphInterpreterDebuggerStatePointersT
impl !Sync for GraphInterpreterDebuggerStatePointersT
impl Unpin for GraphInterpreterDebuggerStatePointersT
impl UnwindSafe for GraphInterpreterDebuggerStatePointersT
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