#[repr(C)]pub struct magma_exec_command_buffer {
pub resource_index: u32,
pub unused: u32,
pub start_offset: u64,
}Fields§
§resource_index: u32§unused: u32§start_offset: u64Trait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for magma_exec_command_buffer
Auto Trait Implementations§
impl Freeze for magma_exec_command_buffer
impl RefUnwindSafe for magma_exec_command_buffer
impl Send for magma_exec_command_buffer
impl Sync for magma_exec_command_buffer
impl Unpin for magma_exec_command_buffer
impl UnsafeUnpin for magma_exec_command_buffer
impl UnwindSafe for magma_exec_command_buffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more