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