Struct libblkid_rs::BlkidPartlist[][src]

pub struct BlkidPartlist(_);
Expand description

A handle for traversing a list of partitions.

Implementations

Get the number of partitions in the list.

Get the partition table for a list of partitions.

Get a partition at the given index of the list.

Get a partition by the number listed in the partition table. Correctly handles “out-of-order” partition tables.

Get a partition using the device number of a partition.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.