#[repr(C)]pub struct _dtls_sha256_ctx {
pub state: [u_int32_t; 8],
pub bitcount: u_int64_t,
pub buffer: [u_int8_t; 64],
}Fields§
§state: [u_int32_t; 8]§bitcount: u_int64_t§buffer: [u_int8_t; 64]Trait Implementations§
Source§impl Clone for _dtls_sha256_ctx
impl Clone for _dtls_sha256_ctx
Source§fn clone(&self) -> _dtls_sha256_ctx
fn clone(&self) -> _dtls_sha256_ctx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _dtls_sha256_ctx
Auto Trait Implementations§
impl Freeze for _dtls_sha256_ctx
impl RefUnwindSafe for _dtls_sha256_ctx
impl Send for _dtls_sha256_ctx
impl Sync for _dtls_sha256_ctx
impl Unpin for _dtls_sha256_ctx
impl UnsafeUnpin for _dtls_sha256_ctx
impl UnwindSafe for _dtls_sha256_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