pub struct EFILoadOpt {
pub attributes: u32,
pub description: String,
pub optional_data: Vec<u8>,
}Fields§
§attributes: u32§description: String§optional_data: Vec<u8>Implementations§
Source§impl EFILoadOpt
impl EFILoadOpt
pub fn decode(buf: &[u8]) -> Result<Self, DecodeError>
Trait Implementations§
Source§impl Debug for EFILoadOpt
impl Debug for EFILoadOpt
Source§impl PartialEq for EFILoadOpt
impl PartialEq for EFILoadOpt
impl StructuralPartialEq for EFILoadOpt
Auto Trait Implementations§
impl Freeze for EFILoadOpt
impl RefUnwindSafe for EFILoadOpt
impl Send for EFILoadOpt
impl Sync for EFILoadOpt
impl Unpin for EFILoadOpt
impl UnwindSafe for EFILoadOpt
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