Struct panda_sys::CommandInfoList [−][src]
#[repr(C)]pub struct CommandInfoList { pub next: *mut CommandInfoList, pub value: *mut CommandInfo, }
Fields
next: *mut CommandInfoListvalue: *mut CommandInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommandInfoListimpl !Send for CommandInfoListimpl !Sync for CommandInfoListimpl Unpin for CommandInfoListimpl UnwindSafe for CommandInfoListBlanket Implementations
Mutably borrows from an owned value. Read more