Struct libcoreinst::blockdev::Partition
source · pub struct Partition {
pub path: String,
pub label: Option<String>,
pub fstype: Option<String>,
pub parent: String,
pub mountpoint: Option<String>,
pub swap: bool,
}Fields§
§path: String§label: Option<String>§fstype: Option<String>§parent: String§mountpoint: Option<String>§swap: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Partition
impl Send for Partition
impl Sync for Partition
impl Unpin for Partition
impl UnwindSafe for Partition
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