Struct panda_sys::CommandLineOptionInfo [−][src]
#[repr(C)]pub struct CommandLineOptionInfo { pub option: *mut c_char, pub parameters: *mut CommandLineParameterInfoList, }
Fields
option: *mut c_charparameters: *mut CommandLineParameterInfoListTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandLineOptionInfoimpl !Send for CommandLineOptionInfoimpl !Sync for CommandLineOptionInfoimpl Unpin for CommandLineOptionInfoimpl UnwindSafe for CommandLineOptionInfoBlanket Implementations
Mutably borrows from an owned value. Read more