pub struct RayTracingUses {
pub pipelines: bool,
pub queries: bool,
}Fields§
§pipelines: bool§queries: boolTrait Implementations§
Source§impl Clone for RayTracingUses
impl Clone for RayTracingUses
Source§fn clone(&self) -> RayTracingUses
fn clone(&self) -> RayTracingUses
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 moreSource§impl Default for RayTracingUses
impl Default for RayTracingUses
Source§fn default() -> RayTracingUses
fn default() -> RayTracingUses
Returns the “default value” for a type. Read more
impl Copy for RayTracingUses
Auto Trait Implementations§
impl Freeze for RayTracingUses
impl RefUnwindSafe for RayTracingUses
impl Send for RayTracingUses
impl Sync for RayTracingUses
impl Unpin for RayTracingUses
impl UnwindSafe for RayTracingUses
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