Struct panda_sys::uint16List [−][src]
#[repr(C)]pub struct uint16List { pub next: *mut uint16List, pub value: u16, }
Fields
next: *mut uint16Listvalue: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for uint16Listimpl !Send for uint16Listimpl !Sync for uint16Listimpl Unpin for uint16Listimpl UnwindSafe for uint16ListBlanket Implementations
Mutably borrows from an owned value. Read more