#[repr(C)]
pub union t1ha_state256 {
pub bytes: [u8; 32],
pub u32: [u32; 8],
pub u64: [u64; 4],
pub n: t1ha_state256__bindgen_ty_1,
/* private fields */
}
Fields§
§bytes: [u8; 32]
§u32: [u32; 8]
§u64: [u64; 4]
§n: t1ha_state256__bindgen_ty_1
Trait Implementations§
Source§impl Clone for t1ha_state256
impl Clone for t1ha_state256
Source§fn clone(&self) -> t1ha_state256
fn clone(&self) -> t1ha_state256
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_state256
Auto Trait Implementations§
impl Freeze for t1ha_state256
impl RefUnwindSafe for t1ha_state256
impl Send for t1ha_state256
impl Sync for t1ha_state256
impl Unpin for t1ha_state256
impl UnwindSafe for t1ha_state256
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