Type Alias magma_inline_command_buffer_t

Source
pub type magma_inline_command_buffer_t = magma_inline_command_buffer;

Aliased Type§

struct magma_inline_command_buffer_t {
    pub data: *mut c_void,
    pub size: u64,
    pub semaphore_ids: *mut u64,
    pub semaphore_count: u32,
    pub __bindgen_padding_0: [u8; 4],
}

Fields§

§data: *mut c_void§size: u64§semaphore_ids: *mut u64§semaphore_count: u32§__bindgen_padding_0: [u8; 4]

Trait Implementations

Source§

impl Clone for magma_inline_command_buffer

Source§

fn clone(&self) -> magma_inline_command_buffer

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for magma_inline_command_buffer

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for magma_inline_command_buffer

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for magma_inline_command_buffer