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 DeviceTypefn clone(&self) -> DeviceTypefn clone_from(&mut self, source: &Self)impl Hash for DeviceTypefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for DeviceTypefn eq(&self, __arg_0: &DeviceType) -> boolfn ne(&self, __arg_0: &DeviceType) -> boolimpl Eq for DeviceTypeimpl Debug for DeviceType