Struct libreda_sta::cone_propagation::ConePropagationOp
source · pub(crate) struct ConePropagationOp {
pub generation: u32,
}Fields§
§generation: u32Trait Implementations§
source§impl Clone for ConePropagationOp
impl Clone for ConePropagationOp
source§fn clone(&self) -> ConePropagationOp
fn clone(&self) -> ConePropagationOp
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 more