[][src]Struct libcoreinst::blockdev::PartTableKpartx

pub struct PartTableKpartx { /* fields omitted */ }

Device nodes for non-partitionable kernel devices, managed by running kpartx to parse the partition table and create device-mapper devices for each partition.

Trait Implementations

impl Debug for PartTableKpartx[src]

impl Drop for PartTableKpartx[src]

fn drop(&mut self)[src]

If we created the partition devices (rather than finding them already existing), delete them afterward so we don't leave DM devices attached to the specified disk.

impl PartTable for PartTableKpartx[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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,