pub struct NamedString { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl DsdtObject for NamedString
impl DsdtObject for NamedString
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