Struct libparted_sys::_PedDiskType [] [src]

#[repr(C)]
pub struct _PedDiskType { pub next: *mut PedDiskType, pub name: *const c_char, pub ops: *const PedDiskOps, pub features: PedDiskTypeFeature, }

Fields

Trait Implementations

impl Debug for _PedDiskType
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedDiskType
[src]

impl Clone for _PedDiskType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more