AmlString
acpi_
tables
0.1.0
AmlString
Aliased Type
Trait Implementations
Aml
In acpi_
tables::
aml
acpi_tables
::
aml
Type Alias
AmlString
Copy item path
Source
pub type AmlString =
String
;
Aliased Type
§
pub struct AmlString {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Aml
for
AmlString
Source
§
fn
append_aml_bytes
(&self, bytes: &mut
Vec
<
u8
>) ->
Result
<
()
,
AmlError
>
Source
§
fn
to_aml_bytes
(&self) ->
Result
<
Vec
<
u8
>,
AmlError
>