Struct libparted_sys::_PedDiskType [−][src]
#[repr(C)]pub struct _PedDiskType {
pub next: *mut PedDiskType,
pub name: *const c_char,
pub ops: *mut PedDiskOps,
pub features: PedDiskTypeFeature,
}Fields
next: *mut PedDiskTypename: *const c_charops: *mut PedDiskOpsfeatures: PedDiskTypeFeatureTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedDiskType
impl !Send for _PedDiskType
impl !Sync for _PedDiskType
impl Unpin for _PedDiskType
impl UnwindSafe for _PedDiskType
Blanket Implementations
Mutably borrows from an owned value. Read more