pub struct CopyOperator {
pub out: Variable,
pub out_index: Variable,
pub input: Variable,
pub in_index: Variable,
}
Fields§
§out: Variable
§out_index: Variable
§input: Variable
§in_index: Variable
Trait Implementations§
Source§impl Clone for CopyOperator
impl Clone for CopyOperator
Source§fn clone(&self) -> CopyOperator
fn clone(&self) -> CopyOperator
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CopyOperator
impl Debug for CopyOperator
Source§impl<'de> Deserialize<'de> for CopyOperator
impl<'de> Deserialize<'de> for CopyOperator
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CopyOperator
impl PartialEq for CopyOperator
Source§impl Serialize for CopyOperator
impl Serialize for CopyOperator
impl StructuralPartialEq for CopyOperator
Auto Trait Implementations§
impl Freeze for CopyOperator
impl RefUnwindSafe for CopyOperator
impl Send for CopyOperator
impl Sync for CopyOperator
impl Unpin for CopyOperator
impl UnwindSafe for CopyOperator
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)