Struct acpi_tables::aml::CreateField
source · pub struct CreateField<'a> {
name_string: &'a dyn Aml,
source: &'a dyn Aml,
bit_index: &'a dyn Aml,
bit_num: &'a dyn Aml,
}
Expand description
Create Field Object.
Fields§
§name_string: &'a dyn Aml
§source: &'a dyn Aml
§bit_index: &'a dyn Aml
§bit_num: &'a dyn Aml
Implementations§
Trait Implementations§
source§impl<'a> Aml for CreateField<'a>
impl<'a> Aml for CreateField<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for CreateField<'a>
impl<'a> !Send for CreateField<'a>
impl<'a> !Sync for CreateField<'a>
impl<'a> Unpin for CreateField<'a>
impl<'a> !UnwindSafe for CreateField<'a>
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