Struct panda_sys::TCGPool [−][src]
#[repr(C)]#[repr(align(16))]pub struct TCGPool { pub next: *mut TCGPool, pub size: c_int, pub __bindgen_padding_0: [u8; 4], pub data: __IncompleteArrayField<u8>, }
Fields
next: *mut TCGPoolsize: c_int__bindgen_padding_0: [u8; 4]data: __IncompleteArrayField<u8>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TCGPoolimpl UnwindSafe for TCGPool