pub struct EfiChar(/* private fields */);Expand description
A non-NUL character in the EFI string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EfiChar
impl RefUnwindSafe for EfiChar
impl Send for EfiChar
impl Sync for EfiChar
impl Unpin for EfiChar
impl UnsafeUnpin for EfiChar
impl UnwindSafe for EfiChar
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