#[repr(C)]pub struct ProfilingScope {}Expand description
Implementations§
Source§impl ProfilingScope
impl ProfilingScope
Sourcepub fn ctor(
&mut self,
cmd: impl Into<CommandBuffer>,
sampler: impl Into<ProfilingSampler>,
)
pub fn ctor( &mut self, cmd: impl Into<CommandBuffer>, sampler: impl Into<ProfilingSampler>, )
.ctor(crate::unity_engine::rendering::commandbuffer::CommandBuffer, crate::unity_engine::rendering::profilingsampler::ProfilingSampler) overload
Source§impl ProfilingScope
impl ProfilingScope
pub fn ctor_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for ProfilingScope
impl ClassIdentity for ProfilingScope
Source§impl Clone for ProfilingScope
impl Clone for ProfilingScope
Source§fn clone(&self) -> ProfilingScope
fn clone(&self) -> ProfilingScope
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 ProfilingScope
Auto Trait Implementations§
impl Freeze for ProfilingScope
impl RefUnwindSafe for ProfilingScope
impl Send for ProfilingScope
impl Sync for ProfilingScope
impl Unpin for ProfilingScope
impl UnwindSafe for ProfilingScope
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)