Struct libparted_sys::_PedGeometry [] [src]

#[repr(C)]
pub struct _PedGeometry { pub dev: *mut PedDevice, pub start: PedSector, pub length: PedSector, pub end: PedSector, }

Fields

Trait Implementations

impl Debug for _PedGeometry
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedGeometry
[src]

impl Clone for _PedGeometry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more