Struct libparted_sys::_PedException [−][src]
#[repr(C)]pub struct _PedException {
pub message: *mut c_char,
pub type_: PedExceptionType,
pub options: PedExceptionOption,
}Fields
message: *mut c_chartype_: PedExceptionTypeoptions: PedExceptionOptionTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedException
impl !Send for _PedException
impl !Sync for _PedException
impl Unpin for _PedException
impl UnwindSafe for _PedException
Blanket Implementations
Mutably borrows from an owned value. Read more