Enum ocf::Platform
[−]
[src]
pub enum Platform { Linux { arch: Arch, capabilities: Vec<Capability>, }, }
Variants
Linux | Fields
|
pub enum Platform { Linux { arch: Arch, capabilities: Vec<Capability>, }, }
Linux | Fields
|
impl Debug for Platform
impl Clone for Platform
fn clone(&self) -> Platform
fn clone_from(&mut self, source: &Self)