Skip to main content

BootVarFormat

Trait BootVarFormat 

Source
pub trait BootVarFormat {
    // Required methods
    fn boot_id_format(self) -> String;
    fn boot_var_format(self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl BootVarFormat for u16

Source§

fn boot_var_format(self) -> String

Get the boot entry name associated with that ID. See crate::efi::Variable::boot_var_id

Source§

fn boot_id_format(self) -> String

Implementors§