Enum libparted_sys::_PedExceptionOption [−][src]
#[repr(u32)]
#[non_exhaustive]
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 (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedExceptionOption
impl Send for _PedExceptionOption
impl Sync for _PedExceptionOption
impl Unpin for _PedExceptionOption
impl UnwindSafe for _PedExceptionOption
Blanket Implementations
Mutably borrows from an owned value. Read more