Struct libpart::mbr::PartitionEntry [] [src]

pub struct PartitionEntry {
    pub bootable: bool,
    pub system_id: u8,
    pub start_lba: u32,
    pub sector_count: u32,
}

Fields

Is this partition marked as bootable

The partition type

the LBA at which the partition starts

How long the partition is in blocks

Trait Implementations

impl Default for PartitionEntry
[src]

Returns the "default value" for a type. Read more

impl Debug for PartitionEntry
[src]

Formats the value using the given formatter.

impl Clone for PartitionEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PartitionEntry
[src]