Struct wolfssl_sys::wc_Sha256
source · [−]#[repr(C)]#[repr(align(16))]pub struct wc_Sha256 {
pub digest: [word32; 8],
pub buffer: [word32; 16],
pub buffLen: word32,
pub loLen: word32,
pub hiLen: word32,
pub heap: *mut c_void,
}Fields
digest: [word32; 8]buffer: [word32; 16]buffLen: word32loLen: word32hiLen: word32heap: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for wc_Sha256
impl !Send for wc_Sha256
impl !Sync for wc_Sha256
impl Unpin for wc_Sha256
impl UnwindSafe for wc_Sha256
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more