Enum acpi_tables::aml::FieldEntry
source · pub enum FieldEntry {
Named([u8; 4], usize),
Reserved(usize),
}
Expand description
FieldEntry defines the field entry.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for FieldEntry
impl Send for FieldEntry
impl Sync for FieldEntry
impl Unpin for FieldEntry
impl UnwindSafe for FieldEntry
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