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