Enum collenchyma::device::DeviceType
[−]
[src]
pub enum DeviceType { Native(Cpu), }
Container for all known IDevice implementations
Variants
Native | A native CPU |
pub enum DeviceType { Native(Cpu), }
Container for all known IDevice implementations
Native | A native CPU |
impl Clone for DeviceType
fn clone(&self) -> DeviceType
fn clone_from(&mut self, source: &Self)
impl Hash for DeviceType
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for DeviceType
fn eq(&self, __arg_0: &DeviceType) -> bool
fn ne(&self, __arg_0: &DeviceType) -> bool
impl Eq for DeviceType
impl Debug for DeviceType