Struct sasl2_sys::hmac_md5::HMAC_MD5_CTX_s
source · #[repr(C)]pub struct HMAC_MD5_CTX_s {
pub ictx: MD5_CTX,
pub octx: MD5_CTX,
}
Fields§
§ictx: MD5_CTX
§octx: MD5_CTX
Trait Implementations§
source§impl Clone for HMAC_MD5_CTX_s
impl Clone for HMAC_MD5_CTX_s
source§fn clone(&self) -> HMAC_MD5_CTX_s
fn clone(&self) -> HMAC_MD5_CTX_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 moreimpl Copy for HMAC_MD5_CTX_s
Auto Trait Implementations§
impl Freeze for HMAC_MD5_CTX_s
impl RefUnwindSafe for HMAC_MD5_CTX_s
impl Send for HMAC_MD5_CTX_s
impl Sync for HMAC_MD5_CTX_s
impl Unpin for HMAC_MD5_CTX_s
impl UnwindSafe for HMAC_MD5_CTX_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