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
impl Clone for magma_inline_command_buffer
Source§fn clone(&self) -> magma_inline_command_buffer
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more