Struct libparted_sys::_PedFileSystem [−][src]
#[repr(C)]pub struct _PedFileSystem {
pub type_: *mut PedFileSystemType,
pub geom: *mut PedGeometry,
pub checked: c_int,
pub type_specific: *mut c_void,
}Fields
type_: *mut PedFileSystemTypegeom: *mut PedGeometrychecked: c_inttype_specific: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _PedFileSystem
impl !Send for _PedFileSystem
impl !Sync for _PedFileSystem
impl Unpin for _PedFileSystem
impl UnwindSafe for _PedFileSystem
Blanket Implementations
Mutably borrows from an owned value. Read more