pub struct VolumesSpec {
pub fxfs_blob: bool,
pub create_data_partition: bool,
}
Fields§
§fxfs_blob: bool
§create_data_partition: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VolumesSpec
impl RefUnwindSafe for VolumesSpec
impl Send for VolumesSpec
impl Sync for VolumesSpec
impl Unpin for VolumesSpec
impl UnwindSafe for VolumesSpec
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