#[repr(C)]pub struct AsiFlowExecuteInfo {
pub header: AsiStructureHeader,
pub name: [c_char; 64],
pub params: [c_char; 2048],
}Fields§
§header: AsiStructureHeader§name: [c_char; 64]§params: [c_char; 2048]Implementations§
§impl AsiFlowExecuteInfo
impl AsiFlowExecuteInfo
Trait Implementations§
Source§impl Clone for AsiFlowExecuteInfo
impl Clone for AsiFlowExecuteInfo
Source§fn clone(&self) -> AsiFlowExecuteInfo
fn clone(&self) -> AsiFlowExecuteInfo
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 AsiFlowExecuteInfo
impl Debug for AsiFlowExecuteInfo
Source§impl Default for AsiFlowExecuteInfo
impl Default for AsiFlowExecuteInfo
§impl Display for AsiFlowExecuteInfo
impl Display for AsiFlowExecuteInfo
impl Copy for AsiFlowExecuteInfo
Auto Trait Implementations§
impl Freeze for AsiFlowExecuteInfo
impl RefUnwindSafe for AsiFlowExecuteInfo
impl !Send for AsiFlowExecuteInfo
impl !Sync for AsiFlowExecuteInfo
impl Unpin for AsiFlowExecuteInfo
impl UnwindSafe for AsiFlowExecuteInfo
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