pub struct EfiString(/* private fields */);
Expand description
An owned version of EfiStr
. The string is always have NUL at the end.
Implementations§
Methods from Deref<Target = EfiStr>§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a mut EfiString
impl<'a> IntoIterator for &'a mut EfiString
Auto Trait Implementations§
impl Freeze for EfiString
impl RefUnwindSafe for EfiString
impl Send for EfiString
impl Sync for EfiString
impl Unpin for EfiString
impl UnwindSafe for EfiString
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