Struct panda_sys::MemoryDeviceInfoList [−][src]
#[repr(C)]pub struct MemoryDeviceInfoList { pub next: *mut MemoryDeviceInfoList, pub value: *mut MemoryDeviceInfo, }
Fields
next: *mut MemoryDeviceInfoListvalue: *mut MemoryDeviceInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryDeviceInfoListimpl !Send for MemoryDeviceInfoListimpl !Sync for MemoryDeviceInfoListimpl Unpin for MemoryDeviceInfoListimpl UnwindSafe for MemoryDeviceInfoListBlanket Implementations
Mutably borrows from an owned value. Read more