#[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_t§next: sig_atomic_t§name: *mut c_char§snapshot: *mut c_charTrait Implementations§
Source§impl Clone for rr_control_t
impl Clone for rr_control_t
Source§fn clone(&self) -> rr_control_t
fn clone(&self) -> rr_control_t
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 moreSource§impl Debug for rr_control_t
impl Debug for rr_control_t
impl Copy for rr_control_t
Auto Trait Implementations§
impl Freeze for rr_control_t
impl RefUnwindSafe for rr_control_t
impl !Send for rr_control_t
impl !Sync for rr_control_t
impl Unpin for rr_control_t
impl UnwindSafe for rr_control_t
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