#[repr(C, packed(2))]pub struct CommandLineInterface {Show 16 fields
pub cli_Result2: LONG,
pub cli_SetName: BSTR,
pub cli_CommandDir: BPTR,
pub cli_ReturnCode: LONG,
pub cli_CommandName: BSTR,
pub cli_FailLevel: LONG,
pub cli_Prompt: BSTR,
pub cli_StandardInput: BPTR,
pub cli_CurrentInput: BPTR,
pub cli_CommandFile: BSTR,
pub cli_Interactive: LONG,
pub cli_Background: LONG,
pub cli_CurrentOutput: BPTR,
pub cli_DefaultStack: LONG,
pub cli_StandardOutput: BPTR,
pub cli_Module: BPTR,
}Fields§
§cli_Result2: LONG§cli_SetName: BSTR§cli_CommandDir: BPTR§cli_ReturnCode: LONG§cli_CommandName: BSTR§cli_FailLevel: LONG§cli_Prompt: BSTR§cli_StandardInput: BPTR§cli_CurrentInput: BPTR§cli_CommandFile: BSTR§cli_Interactive: LONG§cli_Background: LONG§cli_CurrentOutput: BPTR§cli_DefaultStack: LONG§cli_StandardOutput: BPTR§cli_Module: BPTRTrait Implementations§
Source§impl Clone for CommandLineInterface
impl Clone for CommandLineInterface
Source§fn clone(&self) -> CommandLineInterface
fn clone(&self) -> CommandLineInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CommandLineInterface
impl Debug for CommandLineInterface
impl Copy for CommandLineInterface
Auto Trait Implementations§
impl Freeze for CommandLineInterface
impl RefUnwindSafe for CommandLineInterface
impl Send for CommandLineInterface
impl Sync for CommandLineInterface
impl Unpin for CommandLineInterface
impl UnwindSafe for CommandLineInterface
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