#[repr(C)]pub struct D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS {
pub Type: D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE,
pub Flags: D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAGS,
pub NumDescs: u32,
pub DescsLayout: D3D12_ELEMENTS_LAYOUT,
pub Anonymous: D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS_0,
}
Fields§
§Type: D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE
§Flags: D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAGS
§NumDescs: u32
§DescsLayout: D3D12_ELEMENTS_LAYOUT
§Anonymous: D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS_0
Trait Implementations§
§impl Clone for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
impl Clone for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
§fn clone(&self) -> D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
fn clone(&self) -> D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
Returns a copy 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 moreimpl Copy for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
Auto Trait Implementations§
impl Freeze for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
impl RefUnwindSafe for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
impl !Send for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
impl !Sync for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
impl Unpin for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
impl UnwindSafe for D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)