#[repr(C)]pub struct RenderGraphProfilingScope {
pub m_disposed: bool,
pub m_sampler: ProfilingSampler,
pub m_render_graph: RenderGraph,
}Expand description
Fields§
§m_disposed: bool§m_sampler: ProfilingSampler§m_render_graph: RenderGraphImplementations§
Source§impl RenderGraphProfilingScope
impl RenderGraphProfilingScope
Sourcepub fn ctor(
&mut self,
render_graph: impl Into<RenderGraph>,
sampler: impl Into<ProfilingSampler>,
)
pub fn ctor( &mut self, render_graph: impl Into<RenderGraph>, sampler: impl Into<ProfilingSampler>, )
.ctor(crate::unity_engine::experimental::rendering::render_graph_module::rendergraph::RenderGraph, crate::unity_engine::rendering::profilingsampler::ProfilingSampler) overload
Source§impl RenderGraphProfilingScope
impl RenderGraphProfilingScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn dispose_2_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for RenderGraphProfilingScope
impl Clone for RenderGraphProfilingScope
Source§fn clone(&self) -> RenderGraphProfilingScope
fn clone(&self) -> RenderGraphProfilingScope
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RenderGraphProfilingScope
Auto Trait Implementations§
impl Freeze for RenderGraphProfilingScope
impl RefUnwindSafe for RenderGraphProfilingScope
impl !Send for RenderGraphProfilingScope
impl !Sync for RenderGraphProfilingScope
impl Unpin for RenderGraphProfilingScope
impl UnwindSafe for RenderGraphProfilingScope
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)