Struct panda_sys::MemdevList [−][src]
#[repr(C)]pub struct MemdevList { pub next: *mut MemdevList, pub value: *mut Memdev, }
Fields
next: *mut MemdevListvalue: *mut MemdevTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemdevListimpl !Send for MemdevListimpl !Sync for MemdevListimpl Unpin for MemdevListimpl UnwindSafe for MemdevListBlanket Implementations
Mutably borrows from an owned value. Read more