pub trait BootVarFormat {
// Required methods
fn boot_id_format(self) -> String;
fn boot_var_format(self) -> String;
}Required Methods§
fn boot_id_format(self) -> String
fn boot_var_format(self) -> String
Implementations on Foreign Types§
Source§impl BootVarFormat for u16
impl BootVarFormat for u16
Source§fn boot_var_format(self) -> String
fn boot_var_format(self) -> String
Get the boot entry name associated with that ID.
See crate::efi::Variable::boot_var_id