#[repr(C)]pub struct wc_Sha3 {
pub s: [word64; 25],
pub t: [byte; 200],
pub i: byte,
pub heap: *mut c_void,
}Fields§
§s: [word64; 25]§t: [byte; 200]§i: byte§heap: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for wc_Sha3
impl RefUnwindSafe for wc_Sha3
impl !Send for wc_Sha3
impl !Sync for wc_Sha3
impl Unpin for wc_Sha3
impl UnwindSafe for wc_Sha3
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