Struct wolfssl_sys::wc_Sha512
source · [−]#[repr(C)]pub struct wc_Sha512 {
pub digest: [word64; 8],
pub buffer: [word64; 16],
pub buffLen: word32,
pub loLen: word64,
pub hiLen: word64,
pub heap: *mut c_void,
pub data: *const byte,
}Fields
digest: [word64; 8]buffer: [word64; 16]buffLen: word32loLen: word64hiLen: word64heap: *mut c_voiddata: *const byteTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for wc_Sha512
impl !Send for wc_Sha512
impl !Sync for wc_Sha512
impl Unpin for wc_Sha512
impl UnwindSafe for wc_Sha512
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