Struct tartan_uefi::proto::SimpleTextInput
source · #[repr(C)]pub struct SimpleTextInput { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleTextInput
impl RefUnwindSafe for SimpleTextInput
impl Send for SimpleTextInput
impl Sync for SimpleTextInput
impl Unpin for SimpleTextInput
impl UnwindSafe for SimpleTextInput
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