k_thread_stack_t

Type Alias k_thread_stack_t 

Source
pub type k_thread_stack_t = z_thread_stack_element;

Aliased Type§

#[repr(C, packed(1))]
pub struct k_thread_stack_t { pub data: u8, }

Fields§

§data: u8