Type Alias CUlimit

Source
pub type CUlimit = CUlimit_enum;

Aliased Type§

#[repr(u32)]
pub enum CUlimit { CU_LIMIT_STACK_SIZE = 0, CU_LIMIT_PRINTF_FIFO_SIZE = 1, CU_LIMIT_MALLOC_HEAP_SIZE = 2, CU_LIMIT_DEV_RUNTIME_SYNC_DEPTH = 3, CU_LIMIT_DEV_RUNTIME_PENDING_LAUNCH_COUNT = 4, CU_LIMIT_MAX = 5, }

Variants§

§

CU_LIMIT_STACK_SIZE = 0

§

CU_LIMIT_PRINTF_FIFO_SIZE = 1

§

CU_LIMIT_MALLOC_HEAP_SIZE = 2

§

CU_LIMIT_DEV_RUNTIME_SYNC_DEPTH = 3

§

CU_LIMIT_DEV_RUNTIME_PENDING_LAUNCH_COUNT = 4

§

CU_LIMIT_MAX = 5