Struct acpi_tables::aml::EISAName
source · pub struct EISAName {
value: DWord,
}
Expand description
EISAName object. ‘value’ means the encoded u32 EisaIdString.
Fields§
§value: DWord
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EISAName
impl RefUnwindSafe for EISAName
impl Send for EISAName
impl Sync for EISAName
impl Unpin for EISAName
impl UnwindSafe for EISAName
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