pub struct ProgramInfo {
pub root: String,
pub next: String,
}Expand description
Information about the program to boot next.
Fields§
§root: StringPrefix directory path under bootfs.
next: StringNext command line arguments (split by +).
Implementations§
Trait Implementations§
Source§impl Default for ProgramInfo
impl Default for ProgramInfo
Source§fn default() -> ProgramInfo
fn default() -> ProgramInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProgramInfo
impl RefUnwindSafe for ProgramInfo
impl Send for ProgramInfo
impl Sync for ProgramInfo
impl Unpin for ProgramInfo
impl UnsafeUnpin for ProgramInfo
impl UnwindSafe for ProgramInfo
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