pub struct Partition {
pub type_: String,
pub name: String,
pub table: String,
pub flags: u64,
pub number: u32,
pub offset: u64,
pub size: u64,
pub uuid: String,
pub is_container: bool,
pub is_contained: bool,
}Fields§
§type_: String§name: String§table: String§flags: u64§number: u32§offset: u64§size: u64§uuid: String§is_container: bool§is_contained: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Partition
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