pub struct BufferSetFactory;
Implementations§
Source§impl BufferSetFactory
impl BufferSetFactory
pub async fn buffer_set( buffer_lifetime_ordinal: u64, constraints: ValidStreamBufferConstraints, codec: &mut StreamProcessorProxy, buffer_set_type: BufferSetType, buffer_collection_constraints: Option<BufferCollectionConstraints>, ) -> Result<BufferSet>
Auto Trait Implementations§
impl Freeze for BufferSetFactory
impl RefUnwindSafe for BufferSetFactory
impl Send for BufferSetFactory
impl Sync for BufferSetFactory
impl Unpin for BufferSetFactory
impl UnwindSafe for BufferSetFactory
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