[−][src]Struct tm_sys::ffi::tm_default_render_pipe_api
Fields
create_module: Option<unsafe extern "C" fn(pipe_module: tm_default_render_pipe_module, allocator: *mut tm_allocator_i, res_buf: *mut tm_renderer_resource_command_buffer_o) -> *mut tm_render_graph_module_o>destroy_module: Option<unsafe extern "C" fn(mod_: *mut tm_render_graph_module_o, allocator: *mut tm_allocator_i, res_buf: *mut tm_renderer_resource_command_buffer_o)>filter_image: Option<unsafe extern "C" fn(backend: *mut tm_renderer_backend_i, device_affinity_mask: u32, res_buf: *mut *mut tm_renderer_resource_command_buffer_o, cmd_buf: *mut tm_renderer_command_buffer_o, shader_repository: *mut tm_shader_repository_o, allocator: *mut tm_allocator_i, input_image_description: *const tm_renderer_image_buffer_t, input_resource: u32, input_resource_state: u16, output_resource: *mut u32, output_image_description: *mut tm_renderer_image_buffer_t, filter: tm_default_render_pipe_image_filter, content: tm_default_render_pipe_image_filter_content, release_input: bool)>Trait Implementations
impl Clone for tm_default_render_pipe_api[src]
pub fn clone(&self) -> tm_default_render_pipe_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_default_render_pipe_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_default_render_pipe_api
impl Send for tm_default_render_pipe_api
impl Sync for tm_default_render_pipe_api
impl Unpin for tm_default_render_pipe_api
impl UnwindSafe for tm_default_render_pipe_api
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,