Struct panda_sys::HotpluggableCPUList [−][src]
#[repr(C)]pub struct HotpluggableCPUList { pub next: *mut HotpluggableCPUList, pub value: *mut HotpluggableCPU, }
Fields
next: *mut HotpluggableCPUListvalue: *mut HotpluggableCPUTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HotpluggableCPUListimpl !Send for HotpluggableCPUListimpl !Sync for HotpluggableCPUListimpl Unpin for HotpluggableCPUListimpl UnwindSafe for HotpluggableCPUListBlanket Implementations
Mutably borrows from an owned value. Read more