Enum arrayfire::BorderType [−][src]
#[repr(u32)]pub enum BorderType { ZERO, SYMMETRIC, }
Helps determine how to pad kernels along borders
Variants
ZEROPad using zeros
SYMMETRICPad using mirrored values along border
Trait Implementations
impl Clone for BorderType[src]
impl Clone for BorderTypefn clone(&self) -> BorderType[src]
fn clone(&self) -> BorderTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for BorderType[src]
impl Copy for BorderTypeimpl Debug for BorderType[src]
impl Debug for BorderTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BorderType[src]
impl PartialEq for BorderTypeAuto Trait Implementations
impl Send for BorderType
impl Send for BorderTypeimpl Sync for BorderType
impl Sync for BorderType