Struct uefi_nvram_specvars::boot_order::EfiLoadOption
source · pub struct EfiLoadOption<'a> {
pub attributes: u32,
pub description: &'a Ucs2LeSlice,
pub device_paths: Vec<EfiDevicePathProtocol<'a>>,
pub opt: Option<&'a [u8]>,
}
Fields§
§attributes: u32
§description: &'a Ucs2LeSlice
§device_paths: Vec<EfiDevicePathProtocol<'a>>
§opt: Option<&'a [u8]>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EfiLoadOption<'a>
impl<'a> RefUnwindSafe for EfiLoadOption<'a>
impl<'a> Send for EfiLoadOption<'a>
impl<'a> Sync for EfiLoadOption<'a>
impl<'a> Unpin for EfiLoadOption<'a>
impl<'a> UnwindSafe for EfiLoadOption<'a>
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