pub struct NamedString { /* private fields */ }
Expand description
A named AML string.
Implementations§
Source§impl NamedString
impl NamedString
Sourcepub fn new(name: &[u8], value: &[u8]) -> Self
pub fn new(name: &[u8], value: &[u8]) -> Self
Construct a new NamedString
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedString
impl RefUnwindSafe for NamedString
impl Send for NamedString
impl Sync for NamedString
impl Unpin for NamedString
impl UnwindSafe for NamedString
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