#[repr(C)]pub struct magma_exec_resource {
pub buffer_id: magma_buffer_id_t,
pub offset: u64,
pub length: u64,
}Fields§
§buffer_id: magma_buffer_id_t§offset: u64§length: u64Trait Implementations§
Source§impl Clone for magma_exec_resource
impl Clone for magma_exec_resource
Source§fn clone(&self) -> magma_exec_resource
fn clone(&self) -> magma_exec_resource
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_resource
Auto Trait Implementations§
impl Freeze for magma_exec_resource
impl RefUnwindSafe for magma_exec_resource
impl Send for magma_exec_resource
impl Sync for magma_exec_resource
impl Unpin for magma_exec_resource
impl UnsafeUnpin for magma_exec_resource
impl UnwindSafe for magma_exec_resource
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