#[repr(C)]pub struct queue_capacity {
pub capacity: size_t,
}
Expand description
Specify queue capacity for streaming execution.
In the streaming mode the pipeline steps are connected with queues and this compile argument controls every queue’s size.
Fields§
§capacity: size_t
Implementations§
Trait Implementations§
Source§impl Clone for queue_capacity
impl Clone for queue_capacity
Source§fn clone(&self) -> queue_capacity
fn clone(&self) -> queue_capacity
Returns a copy 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 queue_capacity
impl Debug for queue_capacity
Source§impl PartialEq for queue_capacity
impl PartialEq for queue_capacity
impl Copy for queue_capacity
impl StructuralPartialEq for queue_capacity
Auto Trait Implementations§
impl Freeze for queue_capacity
impl RefUnwindSafe for queue_capacity
impl Send for queue_capacity
impl Sync for queue_capacity
impl Unpin for queue_capacity
impl UnwindSafe for queue_capacity
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