pub struct fdisk_parttype { /* private fields */ }Expand description
fdisk_parttype:
Partition type.
Trait Implementations§
Source§impl Clone for fdisk_parttype
impl Clone for fdisk_parttype
Source§fn clone(&self) -> fdisk_parttype
fn clone(&self) -> fdisk_parttype
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fdisk_parttype
impl Debug for fdisk_parttype
impl Copy for fdisk_parttype
Auto Trait Implementations§
impl Freeze for fdisk_parttype
impl RefUnwindSafe for fdisk_parttype
impl Send for fdisk_parttype
impl Sync for fdisk_parttype
impl Unpin for fdisk_parttype
impl UnwindSafe for fdisk_parttype
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