pub struct Stream<'a, P, FPGA: Write<P>, B = Backoff> { /* private fields */ }
Expand description
Streaming writes to an FPGA.
The backoff depends on the FPGA app’s implementation of streaming.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, P, FPGA, B> Freeze for Stream<'a, P, FPGA, B>
impl<'a, P, FPGA, B> RefUnwindSafe for Stream<'a, P, FPGA, B>
impl<'a, P, FPGA, B> Send for Stream<'a, P, FPGA, B>
impl<'a, P, FPGA, B> Sync for Stream<'a, P, FPGA, B>
impl<'a, P, FPGA, B> Unpin for Stream<'a, P, FPGA, B>
impl<'a, P, FPGA, B = Backoff> !UnwindSafe for Stream<'a, P, FPGA, B>
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