pub struct RayTracingPassDescriptor<'a> {
pub label: Label<'a>,
}Fields§
§label: Label<'a>Trait Implementations§
Source§impl<'a> Clone for RayTracingPassDescriptor<'a>
impl<'a> Clone for RayTracingPassDescriptor<'a>
Source§fn clone(&self) -> RayTracingPassDescriptor<'a>
fn clone(&self) -> RayTracingPassDescriptor<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for RayTracingPassDescriptor<'a>
impl<'a> RefUnwindSafe for RayTracingPassDescriptor<'a>
impl<'a> Send for RayTracingPassDescriptor<'a>
impl<'a> Sync for RayTracingPassDescriptor<'a>
impl<'a> Unpin for RayTracingPassDescriptor<'a>
impl<'a> UnsafeUnpin for RayTracingPassDescriptor<'a>
impl<'a> UnwindSafe for RayTracingPassDescriptor<'a>
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