Struct panda_sys::rr_control_t [−][src]
#[repr(C)]pub struct rr_control_t { pub mode: sig_atomic_t, pub next: sig_atomic_t, pub name: *mut c_char, pub snapshot: *mut c_char, }
Expand description
@brief Structure encapsulating requests to change the record/replay status.
Fields
mode: sig_atomic_tnext: sig_atomic_tname: *mut c_charsnapshot: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rr_control_timpl !Send for rr_control_timpl !Sync for rr_control_timpl Unpin for rr_control_timpl UnwindSafe for rr_control_tBlanket Implementations
Mutably borrows from an owned value. Read more