Struct libparted_sys::_PedFileSystemType [] [src]

#[repr(C)]
pub struct _PedFileSystemType { pub next: *mut PedFileSystemType, pub name: *const c_char, pub ops: *const PedFileSystemOps, }

Fields

Trait Implementations

impl Debug for _PedFileSystemType
[src]

[src]

Formats the value using the given formatter.

impl Copy for _PedFileSystemType
[src]

impl Clone for _PedFileSystemType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more