Struct r_efi::protocols::shell_parameters::Protocol
source · #[repr(C)]pub struct Protocol {
pub argv: *mut *mut Char16,
pub argc: usize,
pub std_in: FileHandle,
pub std_out: FileHandle,
pub std_err: FileHandle,
}Fields§
§argv: *mut *mut Char16§argc: usize§std_in: FileHandle§std_out: FileHandle§std_err: FileHandleAuto Trait Implementations§
impl Freeze for Protocol
impl RefUnwindSafe for Protocol
impl !Send for Protocol
impl !Sync for Protocol
impl Unpin for Protocol
impl UnwindSafe for Protocol
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