Struct panda_sys::numberList [−][src]
#[repr(C)]pub struct numberList { pub next: *mut numberList, pub value: f64, }
Fields
next: *mut numberListvalue: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for numberListimpl !Send for numberListimpl !Sync for numberListimpl Unpin for numberListimpl UnwindSafe for numberListBlanket Implementations
Mutably borrows from an owned value. Read more