Type Alias magma_buffer_offset_t

Source
pub type magma_buffer_offset_t = magma_buffer_offset;

Aliased Type§

#[repr(C)]
pub struct magma_buffer_offset_t { pub buffer_id: u64, pub offset: u64, pub length: u64, }

Fields§

§buffer_id: u64§offset: u64§length: u64