Enum ndarray_conv::BorderType
source · pub enum BorderType<T: NumAssign + Copy> {
Zeros,
Const(T),
Reflect,
Replicate,
Circular,
}
Variants§
Trait Implementations§
source§impl<T: Clone + NumAssign + Copy> Clone for BorderType<T>
impl<T: Clone + NumAssign + Copy> Clone for BorderType<T>
source§fn clone(&self) -> BorderType<T>
fn clone(&self) -> BorderType<T>
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