#[repr(C, packed(2))]pub struct ExtendedCommandLineInterface {Show 19 fields
pub cle_Result2: LONG,
pub cle_SetName: BSTR,
pub cle_CommandDir: BPTR,
pub cle_ReturnCode: LONG,
pub cle_CommandName: BSTR,
pub cle_FailLevel: LONG,
pub cle_Prompt: BSTR,
pub cle_StandardInput: BPTR,
pub cle_CurrentInput: BPTR,
pub cle_CommandFile: BSTR,
pub cle_Interactive: LONG,
pub cle_Background: LONG,
pub cle_CurrentOutput: BPTR,
pub cle_DefaultStack: LONG,
pub cle_StandardOutput: BPTR,
pub cle_Module: BPTR,
pub cle_Hook: Hook,
pub cle_This: *mut ExtendedCommandLineInterface,
pub cle_Version: LONG,
}Fields§
§cle_Result2: LONG§cle_SetName: BSTR§cle_CommandDir: BPTR§cle_ReturnCode: LONG§cle_CommandName: BSTR§cle_FailLevel: LONG§cle_Prompt: BSTR§cle_StandardInput: BPTR§cle_CurrentInput: BPTR§cle_CommandFile: BSTR§cle_Interactive: LONG§cle_Background: LONG§cle_CurrentOutput: BPTR§cle_DefaultStack: LONG§cle_StandardOutput: BPTR§cle_Module: BPTR§cle_Hook: Hook§cle_This: *mut ExtendedCommandLineInterface§cle_Version: LONGTrait Implementations§
Source§impl Clone for ExtendedCommandLineInterface
impl Clone for ExtendedCommandLineInterface
Source§fn clone(&self) -> ExtendedCommandLineInterface
fn clone(&self) -> ExtendedCommandLineInterface
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 ExtendedCommandLineInterface
impl Debug for ExtendedCommandLineInterface
impl Copy for ExtendedCommandLineInterface
Auto Trait Implementations§
impl Freeze for ExtendedCommandLineInterface
impl RefUnwindSafe for ExtendedCommandLineInterface
impl !Send for ExtendedCommandLineInterface
impl !Sync for ExtendedCommandLineInterface
impl Unpin for ExtendedCommandLineInterface
impl UnwindSafe for ExtendedCommandLineInterface
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