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
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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 T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
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 T where
U: FromBits<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
fn into_bits(self) -> U
fn into_bits(self) -> U
Safe lossless bitwise transmute from self to T.
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more