Struct screen_13::driver::AccelerationStructureSize
source · [−]pub struct AccelerationStructureSize {
pub create_size: DeviceSize,
pub update_size: DeviceSize,
pub build_size: DeviceSize,
}Fields
create_size: DeviceSizeupdate_size: DeviceSizebuild_size: DeviceSizeTrait Implementations
sourceimpl Clone for AccelerationStructureSize
impl Clone for AccelerationStructureSize
sourcefn clone(&self) -> AccelerationStructureSize
fn clone(&self) -> AccelerationStructureSize
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AccelerationStructureSize
impl Debug for AccelerationStructureSize
impl Copy for AccelerationStructureSize
Auto Trait Implementations
impl RefUnwindSafe for AccelerationStructureSize
impl Send for AccelerationStructureSize
impl Sync for AccelerationStructureSize
impl Unpin for AccelerationStructureSize
impl UnwindSafe for AccelerationStructureSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more