Struct libspartan::Assignment
source · [−]pub struct Assignment { /* private fields */ }Expand description
Assignment holds an assignment of values to either the inputs or variables in an Instance
Implementations
sourceimpl Assignment
impl Assignment
Trait Implementations
sourceimpl Clone for Assignment
impl Clone for Assignment
sourcefn clone(&self) -> Assignment
fn clone(&self) -> Assignment
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for Assignment
impl Send for Assignment
impl Sync for Assignment
impl Unpin for Assignment
impl UnwindSafe for Assignment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T, U> Cast<U> for Twhere
U: FromCast<T>,
impl<T, U> Cast<U> for Twhere
U: FromCast<T>,
fn cast(self) -> U
fn cast(self) -> U
Numeric cast from
self to T.impl<T> FromBits<T> for T
impl<T> FromBits<T> for T
fn from_bits(t: T) -> T
fn from_bits(t: T) -> T
Safe lossless bitwise transmute from
T to Self.impl<T> FromCast<T> for T
impl<T> FromCast<T> for T
fn from_cast(t: T) -> T
fn from_cast(t: T) -> T
Numeric cast from
T to Self.impl<T, U> IntoBits<U> for Twhere
U: FromBits<T>,
impl<T, U> IntoBits<U> for Twhere
U: FromBits<T>,
fn into_bits(self) -> U
fn into_bits(self) -> U
Safe lossless bitwise transmute from
self to T.