#[repr(C)]pub struct _PedDisk {
pub dev: *mut PedDevice,
pub type_: *const PedDiskType,
pub block_sizes: *const c_int,
pub part_list: *mut PedPartition,
pub disk_specific: *mut c_void,
pub needs_clobber: c_int,
pub update_mode: c_int,
}Fields§
§dev: *mut PedDevice§type_: *const PedDiskType§block_sizes: *const c_int§part_list: *mut PedPartition§disk_specific: *mut c_void§needs_clobber: c_int§update_mode: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for _PedDisk
impl RefUnwindSafe for _PedDisk
impl !Send for _PedDisk
impl !Sync for _PedDisk
impl Unpin for _PedDisk
impl UnwindSafe for _PedDisk
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more