Struct panda_sys::CommandLineParameterInfoList [−][src]
#[repr(C)]pub struct CommandLineParameterInfoList { pub next: *mut CommandLineParameterInfoList, pub value: *mut CommandLineParameterInfo, }
Fields
next: *mut CommandLineParameterInfoListvalue: *mut CommandLineParameterInfoTrait Implementations
Auto Trait Implementations
impl !Send for CommandLineParameterInfoListimpl !Sync for CommandLineParameterInfoListimpl Unpin for CommandLineParameterInfoListimpl UnwindSafe for CommandLineParameterInfoListBlanket Implementations
Mutably borrows from an owned value. Read more