#[repr(C)]pub struct tm_render_graph_pass_i {
pub const_data: *mut c_void,
pub const_data_size: u64,
pub runtime_data_size: u64,
pub profiling_scope: *const i8,
pub api: tm_render_graph_pass_api,
}Fields§
§const_data: *mut c_void§const_data_size: u64§runtime_data_size: u64§profiling_scope: *const i8§api: tm_render_graph_pass_apiTrait Implementations§
Source§impl Clone for tm_render_graph_pass_i
impl Clone for tm_render_graph_pass_i
Source§fn clone(&self) -> tm_render_graph_pass_i
fn clone(&self) -> tm_render_graph_pass_i
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_render_graph_pass_i
Auto Trait Implementations§
impl Freeze for tm_render_graph_pass_i
impl RefUnwindSafe for tm_render_graph_pass_i
impl !Send for tm_render_graph_pass_i
impl !Sync for tm_render_graph_pass_i
impl Unpin for tm_render_graph_pass_i
impl UnwindSafe for tm_render_graph_pass_i
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