pub struct Rc4Key {
pub key: Vec<u8>,
}Expand description
RC4 key for encryption/decryption
Fields§
§key: Vec<u8>Key bytes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rc4Key
impl RefUnwindSafe for Rc4Key
impl Send for Rc4Key
impl Sync for Rc4Key
impl Unpin for Rc4Key
impl UnsafeUnpin for Rc4Key
impl UnwindSafe for Rc4Key
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