#[repr(C)]pub struct t1ha_context {
pub state: t1ha_state256_t,
pub buffer: t1ha_state256_t,
pub partial: usize,
pub total: u64,
pub __bindgen_padding_0: [u64; 2],
}
Fields§
§state: t1ha_state256_t
§buffer: t1ha_state256_t
§partial: usize
§total: u64
§__bindgen_padding_0: [u64; 2]
Trait Implementations§
Source§impl Clone for t1ha_context
impl Clone for t1ha_context
Source§fn clone(&self) -> t1ha_context
fn clone(&self) -> t1ha_context
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 t1ha_context
Auto Trait Implementations§
impl Freeze for t1ha_context
impl RefUnwindSafe for t1ha_context
impl Send for t1ha_context
impl Sync for t1ha_context
impl Unpin for t1ha_context
impl UnwindSafe for t1ha_context
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)