pub struct RC4 {
pub state: [u8; 256],
/* private fields */
}
Fields§
§state: [u8; 256]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RC4
impl RefUnwindSafe for RC4
impl Send for RC4
impl Sync for RC4
impl Unpin for RC4
impl UnwindSafe for RC4
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