#[repr(C)]pub struct CopyAccelerationStructureInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src: AccelerationStructureKHR,
pub dst: AccelerationStructureKHR,
pub mode: CopyAccelerationStructureModeKHR,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsrc: AccelerationStructureKHRdst: AccelerationStructureKHRmode: CopyAccelerationStructureModeKHRImplementations
sourceimpl CopyAccelerationStructureInfoKHR
impl CopyAccelerationStructureInfoKHR
pub fn builder<'a>() -> CopyAccelerationStructureInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for CopyAccelerationStructureInfoKHR
impl Clone for CopyAccelerationStructureInfoKHR
sourcefn clone(&self) -> CopyAccelerationStructureInfoKHR
fn clone(&self) -> CopyAccelerationStructureInfoKHR
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 Default for CopyAccelerationStructureInfoKHR
impl Default for CopyAccelerationStructureInfoKHR
sourcefn default() -> CopyAccelerationStructureInfoKHR
fn default() -> CopyAccelerationStructureInfoKHR
Returns the “default value” for a type. Read more
impl Copy for CopyAccelerationStructureInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for CopyAccelerationStructureInfoKHR
impl !Send for CopyAccelerationStructureInfoKHR
impl !Sync for CopyAccelerationStructureInfoKHR
impl Unpin for CopyAccelerationStructureInfoKHR
impl UnwindSafe for CopyAccelerationStructureInfoKHR
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