#[repr(C)]pub struct AsiFlowExecution {
pub header: AsiStructureHeader,
pub timestamp: u64,
pub pid: u64,
pub state: AsiFlowExecutionState,
pub name: [c_char; 64],
}Expand description
A flow execution.
Fields§
§header: AsiStructureHeader§timestamp: u64§pid: u64§state: AsiFlowExecutionState§name: [c_char; 64]Implementations§
Trait Implementations§
Source§impl Clone for AsiFlowExecution
impl Clone for AsiFlowExecution
Source§fn clone(&self) -> AsiFlowExecution
fn clone(&self) -> AsiFlowExecution
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 AsiFlowExecution
impl Debug for AsiFlowExecution
Source§impl Default for AsiFlowExecution
impl Default for AsiFlowExecution
§impl Display for AsiFlowExecution
impl Display for AsiFlowExecution
impl Copy for AsiFlowExecution
Auto Trait Implementations§
impl Freeze for AsiFlowExecution
impl RefUnwindSafe for AsiFlowExecution
impl !Send for AsiFlowExecution
impl !Sync for AsiFlowExecution
impl Unpin for AsiFlowExecution
impl UnwindSafe for AsiFlowExecution
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