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