Type Alias magma_buffer_info_t

Source
pub type magma_buffer_info_t = magma_buffer_info;

Aliased Type§

#[repr(C)]
pub struct magma_buffer_info_t { pub committed_byte_count: u64, pub size: u64, }

Fields§

§committed_byte_count: u64§size: u64