Struct cipher::stream_core::ApplyBlocksCtx
source · struct ApplyBlocksCtx<'inp, 'out, BS: ArrayLength<u8>> {
blocks: InOutBuf<'inp, 'out, Block<Self>>,
}
Fields§
§blocks: InOutBuf<'inp, 'out, Block<Self>>
Trait Implementations§
source§impl<'inp, 'out, BS: ArrayLength<u8>> BlockSizeUser for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS: ArrayLength<u8>> BlockSizeUser for ApplyBlocksCtx<'inp, 'out, BS>
source§impl<'inp, 'out, BS: ArrayLength<u8>> StreamClosure for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS: ArrayLength<u8>> StreamClosure for ApplyBlocksCtx<'inp, 'out, BS>
source§fn call<B: StreamBackend<BlockSize = BS>>(self, backend: &mut B)
fn call<B: StreamBackend<BlockSize = BS>>(self, backend: &mut B)
Execute closure with the provided stream cipher backend.
Auto Trait Implementations§
impl<'inp, 'out, BS> Freeze for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> RefUnwindSafe for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !Send for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !Sync for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> Unpin for ApplyBlocksCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !UnwindSafe for ApplyBlocksCtx<'inp, 'out, BS>
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