#[repr(C)]pub struct Shell {
pub Execute: extern "win64" fn(ImageHandle: &Handle, CommandLine: *const u16, Environment: *const *const u16, Status: *mut Status) -> Status,
}Fields§
§Execute: extern "win64" fn(ImageHandle: &Handle, CommandLine: *const u16, Environment: *const *const u16, Status: *mut Status) -> StatusAuto Trait Implementations§
impl Freeze for Shell
impl RefUnwindSafe for Shell
impl Send for Shell
impl Sync for Shell
impl Unpin for Shell
impl UnwindSafe for Shell
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