#[repr(C)]pub struct tm_ci_render_viewer_t {
pub sort_key: u64,
pub visibility_mask: u64,
pub visibility_context: u64,
pub viewer_system: *mut tm_shader_system_o,
pub viewer_cbuffer: *mut tm_shader_constant_buffer_instance_t,
pub viewer_rbinder: *mut tm_shader_resource_binder_instance_t,
}Fields§
§sort_key: u64§visibility_mask: u64§visibility_context: u64§viewer_system: *mut tm_shader_system_o§viewer_cbuffer: *mut tm_shader_constant_buffer_instance_t§viewer_rbinder: *mut tm_shader_resource_binder_instance_tTrait Implementations§
Source§impl Clone for tm_ci_render_viewer_t
impl Clone for tm_ci_render_viewer_t
Source§fn clone(&self) -> tm_ci_render_viewer_t
fn clone(&self) -> tm_ci_render_viewer_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_ci_render_viewer_t
Auto Trait Implementations§
impl Freeze for tm_ci_render_viewer_t
impl RefUnwindSafe for tm_ci_render_viewer_t
impl !Send for tm_ci_render_viewer_t
impl !Sync for tm_ci_render_viewer_t
impl Unpin for tm_ci_render_viewer_t
impl UnsafeUnpin for tm_ci_render_viewer_t
impl UnwindSafe for tm_ci_render_viewer_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