#[repr(C)]pub struct fz_sha256 {
pub state: [c_uint; 8],
pub count: [c_uint; 2],
pub buffer: fz_sha256__bindgen_ty_1,
}Expand description
Structure definition is public to enable stack
based allocation. Do not access the members directly.
Fields§
§state: [c_uint; 8]§count: [c_uint; 2]§buffer: fz_sha256__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_sha256
impl RefUnwindSafe for fz_sha256
impl Send for fz_sha256
impl Sync for fz_sha256
impl Unpin for fz_sha256
impl UnwindSafe for fz_sha256
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