#[repr(C)]pub struct rc4_prng {
pub s: rc4_state,
}Fields§
§s: rc4_stateTrait Implementations§
Auto Trait Implementations§
impl Freeze for rc4_prng
impl RefUnwindSafe for rc4_prng
impl Send for rc4_prng
impl Sync for rc4_prng
impl Unpin for rc4_prng
impl UnwindSafe for rc4_prng
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