pub struct Preamble {
pub format_version: u32,
pub ark_ff_version: String,
pub identifier: String,
pub num_sections: u32,
}Expand description
Parsed preamble data, returned to the reader along with the tail slice.
Fields§
§format_version: u32§ark_ff_version: String§identifier: String§num_sections: u32Auto Trait Implementations§
impl Freeze for Preamble
impl RefUnwindSafe for Preamble
impl Send for Preamble
impl Sync for Preamble
impl Unpin for Preamble
impl UnsafeUnpin for Preamble
impl UnwindSafe for Preamble
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