Struct libparted_sys::_PedPartition [] [src]

#[repr(C)]
pub struct _PedPartition { pub prev: *mut PedPartition, pub next: *mut PedPartition, pub disk: *mut PedDisk, pub geom: PedGeometry, pub num: c_int, pub type_: PedPartitionType, pub fs_type: *const PedFileSystemType, pub part_list: *mut PedPartition, pub disk_specific: *mut c_void, }

Fields

Trait Implementations

impl Debug for _PedPartition
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedPartition
[src]

impl Clone for _PedPartition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more