Struct cipher::stream_core::WriteBlocksCtx
source · struct WriteBlocksCtx<'a, BS: ArrayLength<u8>> {
blocks: &'a mut [Block<Self>],
}
Fields§
§blocks: &'a mut [Block<Self>]
Trait Implementations§
source§impl<'a, BS: ArrayLength<u8>> BlockSizeUser for WriteBlocksCtx<'a, BS>
impl<'a, BS: ArrayLength<u8>> BlockSizeUser for WriteBlocksCtx<'a, BS>
source§impl<'a, BS: ArrayLength<u8>> StreamClosure for WriteBlocksCtx<'a, BS>
impl<'a, BS: ArrayLength<u8>> StreamClosure for WriteBlocksCtx<'a, 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<'a, BS> Freeze for WriteBlocksCtx<'a, BS>
impl<'a, BS> RefUnwindSafe for WriteBlocksCtx<'a, BS>
impl<'a, BS> Send for WriteBlocksCtx<'a, BS>
impl<'a, BS> Sync for WriteBlocksCtx<'a, BS>
impl<'a, BS> Unpin for WriteBlocksCtx<'a, BS>
impl<'a, BS> !UnwindSafe for WriteBlocksCtx<'a, 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