#[repr(C)]pub struct HiiPackageListHeader {
pub package_list_guid: Guid,
pub package_length: u32,
}
Expand description
EFI_HII_PACKAGE_LIST_HEADER
Fields§
§package_list_guid: Guid
§package_length: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HiiPackageListHeader
impl RefUnwindSafe for HiiPackageListHeader
impl Send for HiiPackageListHeader
impl Sync for HiiPackageListHeader
impl Unpin for HiiPackageListHeader
impl UnwindSafe for HiiPackageListHeader
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