[][src]Trait opencl_core::NumberTyped

pub trait NumberTyped {
    fn number_type(&self) -> NumberType;

    fn matches(&self, other: NumberType) -> bool { ... }
fn match_or_panic(&self, other: NumberType) { ... } }

Required methods

fn number_type(&self) -> NumberType

Loading content...

Provided methods

fn matches(&self, other: NumberType) -> bool

fn match_or_panic(&self, other: NumberType)

Loading content...

Implementations on Foreign Types

impl NumberTyped for NumberTypedVec[src]

impl NumberTyped for ClMem[src]

Loading content...

Implementors

impl NumberTyped for Buffer[src]

Loading content...