Struct panda_sys::StringList [−][src]
#[repr(C)]pub struct StringList { pub next: *mut StringList, pub value: *mut String, }
Fields
next: *mut StringListvalue: *mut StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringListimpl !Send for StringListimpl !Sync for StringListimpl Unpin for StringListimpl UnwindSafe for StringListBlanket Implementations
Mutably borrows from an owned value. Read more