Enum libparted_sys::_PedExceptionOption [] [src]

#[repr(u32)]
pub enum _PedExceptionOption { PED_EXCEPTION_UNHANDLED, PED_EXCEPTION_FIX, PED_EXCEPTION_YES, PED_EXCEPTION_NO, PED_EXCEPTION_OK, PED_EXCEPTION_RETRY, PED_EXCEPTION_IGNORE, PED_EXCEPTION_CANCEL, }

Variants

Trait Implementations

impl Debug for _PedExceptionOption
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedExceptionOption
[src]

impl Clone for _PedExceptionOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for _PedExceptionOption
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for _PedExceptionOption
[src]

impl Hash for _PedExceptionOption
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more