Enum block_utils::RaidType
[−]
[src]
pub enum RaidType {
None,
Cisco,
Hp,
Lsi,
}What raid card if any the system is using to serve disks
Variants
NoneCiscoHpLsi
Trait Implementations
impl Clone for RaidType[src]
fn clone(&self) -> RaidType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more