pub struct DataflowLayout {
pub data: DataLayout,
pub debug: DebugLayout,
pub flows: FlowLayout,
}
Expand description
Represents the a Dataflow
application! This is the main
struct that contains all the data and debug layouts.
Fields§
§data: DataLayout
§debug: DebugLayout
§flows: FlowLayout
Implementations§
Trait Implementations§
Source§impl Clone for DataflowLayout
impl Clone for DataflowLayout
Source§fn clone(&self) -> DataflowLayout
fn clone(&self) -> DataflowLayout
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 moreAuto Trait Implementations§
impl Freeze for DataflowLayout
impl RefUnwindSafe for DataflowLayout
impl Send for DataflowLayout
impl Sync for DataflowLayout
impl Unpin for DataflowLayout
impl UnwindSafe for DataflowLayout
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