pub struct MultipleDeviceStorage {
pub info: BlockStorageInfo,
pub level: String,
pub slave_parts: Option<Partitions>,
pub holder_devices: Option<DeviceMappers>,
}
Fields§
§info: BlockStorageInfo
§level: String
§slave_parts: Option<Partitions>
§holder_devices: Option<DeviceMappers>
Trait Implementations§
Source§impl Debug for MultipleDeviceStorage
impl Debug for MultipleDeviceStorage
Source§impl PartialEq for MultipleDeviceStorage
impl PartialEq for MultipleDeviceStorage
impl Eq for MultipleDeviceStorage
impl StructuralPartialEq for MultipleDeviceStorage
Auto Trait Implementations§
impl Freeze for MultipleDeviceStorage
impl RefUnwindSafe for MultipleDeviceStorage
impl Send for MultipleDeviceStorage
impl Sync for MultipleDeviceStorage
impl Unpin for MultipleDeviceStorage
impl UnwindSafe for MultipleDeviceStorage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more