#[repr(C)]pub struct rc4_state {
pub x: c_uint,
pub y: c_uint,
pub buf: [c_uchar; 256],
}Fields§
§x: c_uint§y: c_uint§buf: [c_uchar; 256]Trait Implementations§
Auto Trait Implementations§
impl Freeze for rc4_state
impl RefUnwindSafe for rc4_state
impl Send for rc4_state
impl Sync for rc4_state
impl Unpin for rc4_state
impl UnwindSafe for rc4_state
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