pub struct IPv6PatternFeistel;Expand description
IPv6 Pattern Feistel Network for reversible pattern-data mixing
Implementations§
Source§impl IPv6PatternFeistel
impl IPv6PatternFeistel
Auto Trait Implementations§
impl Freeze for IPv6PatternFeistel
impl RefUnwindSafe for IPv6PatternFeistel
impl Send for IPv6PatternFeistel
impl Sync for IPv6PatternFeistel
impl Unpin for IPv6PatternFeistel
impl UnwindSafe for IPv6PatternFeistel
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