#[repr(C)]pub struct md2_state {
pub chksum: [c_uchar; 16],
pub X: [c_uchar; 48],
pub buf: [c_uchar; 16],
pub curlen: c_ulong,
}Fields§
§chksum: [c_uchar; 16]§X: [c_uchar; 48]§buf: [c_uchar; 16]§curlen: c_ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for md2_state
impl RefUnwindSafe for md2_state
impl Send for md2_state
impl Sync for md2_state
impl Unpin for md2_state
impl UnwindSafe for md2_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