Struct libparted_sys::_PedDiskArchOps [] [src]

#[repr(C)]
pub struct _PedDiskArchOps { pub partition_get_path: Option<unsafe extern "C" fn(_: *const PedPartition) -> *mut c_char>, pub partition_is_busy: Option<unsafe extern "C" fn(_: *const PedPartition) -> c_int>, pub disk_commit: Option<unsafe extern "C" fn(_: *mut PedDisk) -> c_int>, }

Fields

Trait Implementations

impl Debug for _PedDiskArchOps
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedDiskArchOps
[src]

impl Clone for _PedDiskArchOps
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more