Struct sasl2_sys::md5::MD5_CTX [−][src]
#[repr(C)]pub struct MD5_CTX {
pub state: [u32; 4],
pub count: [u32; 2],
pub buffer: [c_uchar; 64],
}
Fields
state: [u32; 4]
count: [u32; 2]
buffer: [c_uchar; 64]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MD5_CTX
impl UnwindSafe for MD5_CTX
Blanket Implementations
Mutably borrows from an owned value. Read more