#[repr(C)]pub struct chc_state {
pub length: ulong64,
pub state: [c_uchar; 128],
pub buf: [c_uchar; 128],
pub curlen: ulong32,
}
Fields§
§length: ulong64
§state: [c_uchar; 128]
§buf: [c_uchar; 128]
§curlen: ulong32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for chc_state
impl RefUnwindSafe for chc_state
impl Send for chc_state
impl Sync for chc_state
impl Unpin for chc_state
impl UnwindSafe for chc_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