#[repr(C)]pub struct ShellParameters {
pub Argv: *const *const u16,
pub Argc: usize,
pub StdIn: Handle,
pub StdOut: Handle,
pub StdErr: Handle,
}Fields§
§Argv: *const *const u16§Argc: usize§StdIn: Handle§StdOut: Handle§StdErr: HandleImplementations§
Auto Trait Implementations§
impl Freeze for ShellParameters
impl RefUnwindSafe for ShellParameters
impl !Send for ShellParameters
impl !Sync for ShellParameters
impl Unpin for ShellParameters
impl UnwindSafe for ShellParameters
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