Struct libparted::DiskType [] [src]

pub struct DiskType<'a> { /* fields omitted */ }

Methods

impl<'a> DiskType<'a>
[src]

[src]

This function checks if a particular type of partition table supports a feature.

[src]

Returns the next disk type register, if it exists.

[src]

Return the disk type with the given name.

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<'a> !Send for DiskType<'a>

impl<'a> !Sync for DiskType<'a>