Struct cipher::stream_core::ApplyBlockCtx
source · struct ApplyBlockCtx<'inp, 'out, BS: ArrayLength<u8>> {
block: InOut<'inp, 'out, Block<Self>>,
}
Fields§
§block: InOut<'inp, 'out, Block<Self>>
Trait Implementations§
source§impl<'inp, 'out, BS: ArrayLength<u8>> BlockSizeUser for ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS: ArrayLength<u8>> BlockSizeUser for ApplyBlockCtx<'inp, 'out, BS>
source§impl<'inp, 'out, BS: ArrayLength<u8>> StreamClosure for ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS: ArrayLength<u8>> StreamClosure for ApplyBlockCtx<'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 ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> RefUnwindSafe for ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !Send for ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !Sync for ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> Unpin for ApplyBlockCtx<'inp, 'out, BS>
impl<'inp, 'out, BS> !UnwindSafe for ApplyBlockCtx<'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