#[repr(C)]pub struct tm_renderer_update_image_buffer_command_t {
pub subresource: tm_renderer_image_subresource_layers_t,
pub offset: tm_renderer_image_offset_t,
pub extent: tm_renderer_image_extent_t,
pub _padding_461: [i8; 4],
pub size: u64,
pub device_affinity_mask: u32,
pub _padding_466: [i8; 4],
}Fields§
§subresource: tm_renderer_image_subresource_layers_t§offset: tm_renderer_image_offset_t§extent: tm_renderer_image_extent_t§_padding_461: [i8; 4]§size: u64§device_affinity_mask: u32§_padding_466: [i8; 4]Trait Implementations§
Source§impl Clone for tm_renderer_update_image_buffer_command_t
impl Clone for tm_renderer_update_image_buffer_command_t
Source§fn clone(&self) -> tm_renderer_update_image_buffer_command_t
fn clone(&self) -> tm_renderer_update_image_buffer_command_t
Returns a duplicate 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 moreimpl Copy for tm_renderer_update_image_buffer_command_t
Auto Trait Implementations§
impl Freeze for tm_renderer_update_image_buffer_command_t
impl RefUnwindSafe for tm_renderer_update_image_buffer_command_t
impl Send for tm_renderer_update_image_buffer_command_t
impl Sync for tm_renderer_update_image_buffer_command_t
impl Unpin for tm_renderer_update_image_buffer_command_t
impl UnwindSafe for tm_renderer_update_image_buffer_command_t
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