Struct libparted_sys::_PedDevice [] [src]

#[repr(C)]
pub struct _PedDevice { pub next: *mut PedDevice, pub model: *mut c_char, pub path: *mut c_char, pub type_: PedDeviceType, pub sector_size: c_longlong, pub phys_sector_size: c_longlong, pub length: PedSector, pub open_count: c_int, pub read_only: c_int, pub external_mode: c_int, pub dirty: c_int, pub boot_dirty: c_int, pub hw_geom: PedCHSGeometry, pub bios_geom: PedCHSGeometry, pub host: c_short, pub did: c_short, pub arch_specific: *mut c_void, }

Fields

Trait Implementations

impl Debug for _PedDevice
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedDevice
[src]

impl Clone for _PedDevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more