Struct libparted_sys::_PedGeometry [−][src]
#[repr(C)]pub struct _PedGeometry {
pub dev: *mut PedDevice,
pub start: PedSector,
pub length: PedSector,
pub end: PedSector,
}Fields
dev: *mut PedDevicestart: PedSectorlength: PedSectorend: PedSectorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedGeometry
impl !Send for _PedGeometry
impl !Sync for _PedGeometry
impl Unpin for _PedGeometry
impl UnwindSafe for _PedGeometry
Blanket Implementations
Mutably borrows from an owned value. Read more