Struct libblkid_rs::BlkidParttable[][src]

pub struct BlkidParttable(_);
Expand description

A handle for working with partition tables.

Implementations

Get the type of the partition table.

Get the ID of the partition table. Given that this could be a UUID or some other form of identifier, the return value is a String to cover all cases.

Get the offset of the partition table in bytes.

Get the parent partition in the case of nested partition tables.

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.