pub type magma_exec_command_buffer_t = magma_exec_command_buffer;
Aliased Type§
struct magma_exec_command_buffer_t {
pub resource_index: u32,
pub unused: u32,
pub start_offset: u64,
}
Fields§
§resource_index: u32
§unused: u32
§start_offset: u64
Trait Implementations
Source§impl Clone for magma_exec_command_buffer
impl Clone for magma_exec_command_buffer
Source§fn clone(&self) -> magma_exec_command_buffer
fn clone(&self) -> magma_exec_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 moreSource§impl Debug for magma_exec_command_buffer
impl Debug for magma_exec_command_buffer
Source§impl Default for magma_exec_command_buffer
impl Default for magma_exec_command_buffer
Source§fn default() -> magma_exec_command_buffer
fn default() -> magma_exec_command_buffer
Returns the “default value” for a type. Read more
Source§impl FromBytes for magma_exec_command_buffer
impl FromBytes for magma_exec_command_buffer
Source§impl FromZeros for magma_exec_command_buffer
impl FromZeros for magma_exec_command_buffer
Source§impl IntoBytes for magma_exec_command_buffer
impl IntoBytes for magma_exec_command_buffer
§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more