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