Struct acpi_tables::aml::Mid
source · pub struct Mid<'a> {
source: &'a dyn Aml,
index: &'a dyn Aml,
length: &'a dyn Aml,
result: &'a dyn Aml,
}
Expand description
Mid object with the source, index, length, and result objects.
Fields§
§source: &'a dyn Aml
§index: &'a dyn Aml
§length: &'a dyn Aml
§result: &'a dyn Aml
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Mid<'a>
impl<'a> !Send for Mid<'a>
impl<'a> !Sync for Mid<'a>
impl<'a> Unpin for Mid<'a>
impl<'a> !UnwindSafe for Mid<'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