[][src]Struct rsys::linux::storage::MultipleDeviceStorage

pub struct MultipleDeviceStorage {
    pub info: BlockStorageInfo,
    pub level: String,
    pub slave_parts: Option<Partitions>,
    pub holder_devices: Option<DeviceMappers>,
}

Fields

info: BlockStorageInfolevel: Stringslave_parts: Option<Partitions>holder_devices: Option<DeviceMappers>

Trait Implementations

impl BlockStorageDeviceName for MultipleDeviceStorage[src]

impl Debug for MultipleDeviceStorage[src]

impl Eq for MultipleDeviceStorage[src]

impl FromSysName<MultipleDeviceStorage> for MultipleDeviceStorage[src]

impl PartialEq<MultipleDeviceStorage> for MultipleDeviceStorage[src]

impl StructuralEq for MultipleDeviceStorage[src]

impl StructuralPartialEq for MultipleDeviceStorage[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.