Struct libparted_sys::_PedConstraint [] [src]

#[repr(C)]
pub struct _PedConstraint { pub start_align: *mut PedAlignment, pub end_align: *mut PedAlignment, pub start_range: *mut PedGeometry, pub end_range: *mut PedGeometry, pub min_size: PedSector, pub max_size: PedSector, }

Fields

Trait Implementations

impl Debug for _PedConstraint
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedConstraint
[src]

impl Clone for _PedConstraint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more