#[repr(C)]pub struct BigIntBlobHeader {
pub nondet_program_size: u32,
pub verify_program_size: u32,
pub consts_size: u32,
pub temp_size: u32,
}
Fields§
§nondet_program_size: u32
§verify_program_size: u32
§consts_size: u32
§temp_size: u32
Auto Trait Implementations§
impl Freeze for BigIntBlobHeader
impl RefUnwindSafe for BigIntBlobHeader
impl Send for BigIntBlobHeader
impl Sync for BigIntBlobHeader
impl Unpin for BigIntBlobHeader
impl UnwindSafe for BigIntBlobHeader
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