Struct panda_sys::DevicePropertyInfoList [−][src]
#[repr(C)]pub struct DevicePropertyInfoList { pub next: *mut DevicePropertyInfoList, pub value: *mut DevicePropertyInfo, }
Fields
next: *mut DevicePropertyInfoListvalue: *mut DevicePropertyInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DevicePropertyInfoListimpl !Send for DevicePropertyInfoListimpl !Sync for DevicePropertyInfoListimpl Unpin for DevicePropertyInfoListimpl UnwindSafe for DevicePropertyInfoListBlanket Implementations
Mutably borrows from an owned value. Read more