Enum libparted_sys::_PedPartitionFlag [] [src]

#[repr(u32)]
pub enum _PedPartitionFlag { PED_PARTITION_BOOT, PED_PARTITION_ROOT, PED_PARTITION_SWAP, PED_PARTITION_HIDDEN, PED_PARTITION_RAID, PED_PARTITION_LVM, PED_PARTITION_LBA, PED_PARTITION_HPSERVICE, PED_PARTITION_PALO, PED_PARTITION_PREP, PED_PARTITION_MSFT_RESERVED, PED_PARTITION_BIOS_GRUB, PED_PARTITION_APPLE_TV_RECOVERY, PED_PARTITION_DIAG, PED_PARTITION_LEGACY_BOOT, PED_PARTITION_MSFT_DATA, PED_PARTITION_IRST, PED_PARTITION_ESP, }

Variants

Trait Implementations

impl Debug for _PedPartitionFlag
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedPartitionFlag
[src]

impl Clone for _PedPartitionFlag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for _PedPartitionFlag
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for _PedPartitionFlag
[src]

impl Hash for _PedPartitionFlag
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more