Struct sasl2_sys::hmac_md5::HMAC_MD5_STATE_s
source · #[repr(C)]pub struct HMAC_MD5_STATE_s {
pub istate: [u32; 4],
pub ostate: [u32; 4],
}
Fields§
§istate: [u32; 4]
§ostate: [u32; 4]
Trait Implementations§
source§impl Clone for HMAC_MD5_STATE_s
impl Clone for HMAC_MD5_STATE_s
source§fn clone(&self) -> HMAC_MD5_STATE_s
fn clone(&self) -> HMAC_MD5_STATE_s
Returns a copy 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 Debug for HMAC_MD5_STATE_s
impl Debug for HMAC_MD5_STATE_s
impl Copy for HMAC_MD5_STATE_s
Auto Trait Implementations§
impl Freeze for HMAC_MD5_STATE_s
impl RefUnwindSafe for HMAC_MD5_STATE_s
impl Send for HMAC_MD5_STATE_s
impl Sync for HMAC_MD5_STATE_s
impl Unpin for HMAC_MD5_STATE_s
impl UnwindSafe for HMAC_MD5_STATE_s
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