[][src]Struct efw::efi::bits::MemoryAttributesTable

#[repr(C)]
pub struct MemoryAttributesTable { pub version: u32, pub number_of_entries: u32, pub descriptor_size: u32, pub reserved: u32, pub entry: [MemoryDescriptor], }

Fields

version: u32number_of_entries: u32descriptor_size: u32reserved: u32entry: [MemoryDescriptor]

Trait Implementations

impl Debug for MemoryAttributesTable[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]