#[repr(C)]pub struct f9_state {
pub akey: [c_uchar; 128],
pub ACC: [c_uchar; 128],
pub IV: [c_uchar; 128],
pub key: symmetric_key,
pub cipher: c_int,
pub buflen: c_int,
pub keylen: c_int,
pub blocksize: c_int,
}
Fields§
§akey: [c_uchar; 128]
§ACC: [c_uchar; 128]
§IV: [c_uchar; 128]
§key: symmetric_key
§cipher: c_int
§buflen: c_int
§keylen: c_int
§blocksize: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for f9_state
impl RefUnwindSafe for f9_state
impl !Send for f9_state
impl !Sync for f9_state
impl Unpin for f9_state
impl UnwindSafe for f9_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