#[repr(C)]pub struct sm3_ctx {
pub state: [u32; 8],
pub count: u64,
pub index: c_uint,
pub block: [u8; 64],
}Fields§
§state: [u32; 8]§count: u64§index: c_uint§block: [u8; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for sm3_ctx
impl RefUnwindSafe for sm3_ctx
impl Send for sm3_ctx
impl Sync for sm3_ctx
impl Unpin for sm3_ctx
impl UnwindSafe for sm3_ctx
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