#[repr(C)]pub struct AccelerationStructureGeometryKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub geometry_type: GeometryTypeKHR,
pub geometry: AccelerationStructureGeometryDataKHR,
pub flags: GeometryFlagsKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§geometry_type: GeometryTypeKHR§geometry: AccelerationStructureGeometryDataKHR§flags: GeometryFlagsKHRTrait Implementations§
Source§impl Cast for AccelerationStructureGeometryKHR
impl Cast for AccelerationStructureGeometryKHR
Source§type Target = AccelerationStructureGeometryKHR
type Target = AccelerationStructureGeometryKHR
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for AccelerationStructureGeometryKHR
impl Clone for AccelerationStructureGeometryKHR
Source§fn clone(&self) -> AccelerationStructureGeometryKHR
fn clone(&self) -> AccelerationStructureGeometryKHR
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 AccelerationStructureGeometryKHR
impl Default for AccelerationStructureGeometryKHR
Source§fn default() -> AccelerationStructureGeometryKHR
fn default() -> AccelerationStructureGeometryKHR
Returns the “default value” for a type. Read more
Source§impl<'b> HasBuilder<'b> for AccelerationStructureGeometryKHR
impl<'b> HasBuilder<'b> for AccelerationStructureGeometryKHR
impl Copy for AccelerationStructureGeometryKHR
impl Send for AccelerationStructureGeometryKHR
impl Sync for AccelerationStructureGeometryKHR
Auto Trait Implementations§
impl Freeze for AccelerationStructureGeometryKHR
impl RefUnwindSafe for AccelerationStructureGeometryKHR
impl Unpin for AccelerationStructureGeometryKHR
impl UnwindSafe for AccelerationStructureGeometryKHR
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