Type Alias PedDevice
Source pub type PedDevice = _PedDevice;
#[repr(C)]
pub struct PedDevice {Show 17 fields
pub next: *mut _PedDevice,
pub model: *mut i8,
pub path: *mut i8,
pub type_: PedDeviceType,
pub sector_size: i64,
pub phys_sector_size: i64,
pub length: i64,
pub open_count: i32,
pub read_only: i32,
pub external_mode: i32,
pub dirty: i32,
pub boot_dirty: i32,
pub hw_geom: _PedCHSGeometry,
pub bios_geom: _PedCHSGeometry,
pub host: i16,
pub did: i16,
pub arch_specific: *mut c_void,
}