Struct panda_sys::uint32List [−][src]
#[repr(C)]pub struct uint32List { pub next: *mut uint32List, pub value: u32, }
Fields
next: *mut uint32Listvalue: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for uint32Listimpl !Send for uint32Listimpl !Sync for uint32Listimpl Unpin for uint32Listimpl UnwindSafe for uint32ListBlanket Implementations
Mutably borrows from an owned value. Read more