#[derive(Debug)] pub struct ArchBootParams {} impl ArchBootParams { pub const DEFAULT: Self = ArchBootParams {}; }