#[repr(C)]pub struct md2_ctx {
pub C: [u8; 16],
pub X: [u8; 48],
pub index: c_uint,
pub block: [u8; 16],
}
Fields§
§C: [u8; 16]
§X: [u8; 48]
§index: c_uint
§block: [u8; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for md2_ctx
impl RefUnwindSafe for md2_ctx
impl Send for md2_ctx
impl Sync for md2_ctx
impl Unpin for md2_ctx
impl UnwindSafe for md2_ctx
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