Struct acpi_tables::aml::Else
source · pub struct Else<'a> {
body: Vec<&'a dyn Aml>,
}
Expand description
Else object
Fields§
§body: Vec<&'a dyn Aml>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Else<'a>
impl<'a> !Send for Else<'a>
impl<'a> !Sync for Else<'a>
impl<'a> Unpin for Else<'a>
impl<'a> !UnwindSafe for Else<'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