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