Struct AVRC4
#[repr(C)]pub struct AVRC4 {
pub state: [u8; 256],
pub x: i32,
pub y: i32,
}
Expand description
@defgroup lavu_rc4 RC4 @ingroup lavu_crypto @{
Fields§
§state: [u8; 256]
§x: i32
§y: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVRC4
impl RefUnwindSafe for AVRC4
impl Send for AVRC4
impl Sync for AVRC4
impl Unpin for AVRC4
impl UnwindSafe for AVRC4
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