#[repr(C)]pub struct tm_material_pass_setup_t {
pub output_pass: bool,
pub _padding_64: [c_char; 7],
pub color_targets: [tm_pass_render_target_t; 8],
pub depth_stencil_target: tm_pass_render_target_t,
pub layer_name: u64,
}Fields§
§output_pass: bool§_padding_64: [c_char; 7]§color_targets: [tm_pass_render_target_t; 8]§depth_stencil_target: tm_pass_render_target_t§layer_name: u64Trait Implementations§
Source§impl Clone for tm_material_pass_setup_t
impl Clone for tm_material_pass_setup_t
Source§fn clone(&self) -> tm_material_pass_setup_t
fn clone(&self) -> tm_material_pass_setup_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_material_pass_setup_t
Auto Trait Implementations§
impl Freeze for tm_material_pass_setup_t
impl RefUnwindSafe for tm_material_pass_setup_t
impl !Send for tm_material_pass_setup_t
impl !Sync for tm_material_pass_setup_t
impl Unpin for tm_material_pass_setup_t
impl UnwindSafe for tm_material_pass_setup_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