#[repr(C)]pub struct md2_context {
pub cksum: [c_uchar; 16],
pub state: [c_uchar; 48],
pub buffer: [c_uchar; 16],
pub left: usize,
}Fields§
§cksum: [c_uchar; 16]§state: [c_uchar; 48]§buffer: [c_uchar; 16]§left: usizeTrait Implementations§
Source§impl Clone for md2_context
impl Clone for md2_context
Source§fn clone(&self) -> md2_context
fn clone(&self) -> md2_context
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for md2_context
impl Default for md2_context
impl Copy for md2_context
Auto Trait Implementations§
impl Freeze for md2_context
impl RefUnwindSafe for md2_context
impl Send for md2_context
impl Sync for md2_context
impl Unpin for md2_context
impl UnwindSafe for md2_context
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