pub struct MpfEntry {
pub image_format: MpfImageFormat,
pub image_type: MpfImageType,
pub size: u32,
pub offset: u32,
pub reserved0: u16,
pub reserved1: u16,
}Fields§
§image_format: MpfImageFormat§image_type: MpfImageType§size: u32§offset: u32§reserved0: u16§reserved1: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for MpfEntry
impl RefUnwindSafe for MpfEntry
impl Send for MpfEntry
impl Sync for MpfEntry
impl Unpin for MpfEntry
impl UnwindSafe for MpfEntry
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