[−][src]Struct zkinterface::zkinterface_generated::zkinterface::Root
Fields
_tab: Table<'a>Methods
impl<'a> Root<'a>[src]
pub fn init_from_table(table: Table<'a>) -> Self[src]
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>(
_fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
args: &'args RootArgs
) -> WIPOffset<Root<'bldr>>[src]
_fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
args: &'args RootArgs
) -> WIPOffset<Root<'bldr>>
pub const VT_MESSAGE_TYPE: VOffsetT[src]
pub const VT_MESSAGE: VOffsetT[src]
pub fn message_type(&self) -> Message[src]
pub fn message(&self) -> Option<Table<'a>>[src]
pub fn message_as_circuit(&self) -> Option<Circuit<'a>>[src]
pub fn message_as_r1csconstraints(&self) -> Option<R1CSConstraints<'a>>[src]
pub fn message_as_witness(&self) -> Option<Witness<'a>>[src]
Trait Implementations
impl<'a> Copy for Root<'a>[src]
impl<'a> Clone for Root<'a>[src]
fn clone(&self) -> Root<'a>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> PartialEq<Root<'a>> for Root<'a>[src]
impl<'a> Debug for Root<'a>[src]
impl<'a> Follow<'a> for Root<'a>[src]
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,