pub struct Rot54Stream { /* private fields */ }Available on crate features
std and miniz only.Expand description
Basic stream to rot54 the input sample.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rot54Stream
impl !RefUnwindSafe for Rot54Stream
impl !Send for Rot54Stream
impl !Sync for Rot54Stream
impl Unpin for Rot54Stream
impl !UnwindSafe for Rot54Stream
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