pub struct Cipher<C, const STEP: u64, const SEND: bool>where
C: Config,{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, const STEP: u64, const SEND: bool> Freeze for Cipher<C, STEP, SEND>
impl<C, const STEP: u64, const SEND: bool> RefUnwindSafe for Cipher<C, STEP, SEND>
impl<C, const STEP: u64, const SEND: bool> Send for Cipher<C, STEP, SEND>
impl<C, const STEP: u64, const SEND: bool> Sync for Cipher<C, STEP, SEND>
impl<C, const STEP: u64, const SEND: bool> Unpin for Cipher<C, STEP, SEND>
impl<C, const STEP: u64, const SEND: bool> UnwindSafe for Cipher<C, STEP, SEND>
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