Struct libparted_sys::_PedCHSGeometry [−][src]
#[repr(C)]pub struct _PedCHSGeometry {
pub cylinders: c_int,
pub heads: c_int,
pub sectors: c_int,
}Fields
cylinders: c_intheads: c_intsectors: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedCHSGeometry
impl Send for _PedCHSGeometry
impl Sync for _PedCHSGeometry
impl Unpin for _PedCHSGeometry
impl UnwindSafe for _PedCHSGeometry
Blanket Implementations
Mutably borrows from an owned value. Read more