Struct panda_sys::CommandLineOptionInfoList [−][src]
#[repr(C)]pub struct CommandLineOptionInfoList { pub next: *mut CommandLineOptionInfoList, pub value: *mut CommandLineOptionInfo, }
Fields
next: *mut CommandLineOptionInfoListvalue: *mut CommandLineOptionInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandLineOptionInfoListimpl !Send for CommandLineOptionInfoListimpl !Sync for CommandLineOptionInfoListimpl Unpin for CommandLineOptionInfoListimpl UnwindSafe for CommandLineOptionInfoListBlanket Implementations
Mutably borrows from an owned value. Read more