Struct libparted_sys::_PedCHSGeometry [] [src]

#[repr(C)]
pub struct _PedCHSGeometry { pub cylinders: c_int, pub heads: c_int, pub sectors: c_int, }

Fields

Trait Implementations

impl Debug for _PedCHSGeometry
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedCHSGeometry
[src]

impl Clone for _PedCHSGeometry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more