pub struct UbuntuPaths {
pub output_directory: PathBuf,
pub linux_image_deb: Option<PathBuf>,
pub linux_image_dbgsym_deb: Option<PathBuf>,
pub linux_modules_deb: Option<PathBuf>,
pub linux_image: Option<PathBuf>,
pub linux_image_dbgsym: Option<PathBuf>,
pub systemmap: Option<PathBuf>,
}
Fields§
§output_directory: PathBuf
§linux_image_deb: Option<PathBuf>
§linux_image_dbgsym_deb: Option<PathBuf>
§linux_modules_deb: Option<PathBuf>
§linux_image: Option<PathBuf>
§linux_image_dbgsym: Option<PathBuf>
§systemmap: Option<PathBuf>
Trait Implementations§
Source§impl Debug for UbuntuPaths
impl Debug for UbuntuPaths
Source§impl Default for UbuntuPaths
impl Default for UbuntuPaths
Source§fn default() -> UbuntuPaths
fn default() -> UbuntuPaths
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UbuntuPaths
impl RefUnwindSafe for UbuntuPaths
impl Send for UbuntuPaths
impl Sync for UbuntuPaths
impl Unpin for UbuntuPaths
impl UnwindSafe for UbuntuPaths
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