pub struct fdisk_labelitem { /* private fields */ }Expand description
fdisk_labelitem:
library handler for label specific information. See generic FDISK_LABELITEM_* and label specific {GPT,MBR,..}LABELITEM*.
Trait Implementations§
Source§impl Clone for fdisk_labelitem
impl Clone for fdisk_labelitem
Source§fn clone(&self) -> fdisk_labelitem
fn clone(&self) -> fdisk_labelitem
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_labelitem
impl Debug for fdisk_labelitem
impl Copy for fdisk_labelitem
Auto Trait Implementations§
impl Freeze for fdisk_labelitem
impl RefUnwindSafe for fdisk_labelitem
impl Send for fdisk_labelitem
impl Sync for fdisk_labelitem
impl Unpin for fdisk_labelitem
impl UnwindSafe for fdisk_labelitem
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