pub struct WritePlan {
pub iso_path: PathBuf,
pub iso_bytes: u64,
pub mode: BootMode,
pub label: String,
}Fields§
§iso_path: PathBuf§iso_bytes: u64§mode: BootMode§label: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for WritePlan
impl RefUnwindSafe for WritePlan
impl Send for WritePlan
impl Sync for WritePlan
impl Unpin for WritePlan
impl UnsafeUnpin for WritePlan
impl UnwindSafe for WritePlan
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