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