#[repr(C)]pub struct VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
Implementations§
Source§impl VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
pub fn geometryIndex(&self) -> u32
pub fn set_geometryIndex(&mut self, val: u32)
pub unsafe fn geometryIndex_raw(this: *const Self) -> u32
pub unsafe fn set_geometryIndex_raw(this: *mut Self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub unsafe fn reserved_raw(this: *const Self) -> u32
pub unsafe fn set_reserved_raw(this: *mut Self, val: u32)
pub fn geometryFlags(&self) -> u32
pub fn set_geometryFlags(&mut self, val: u32)
pub unsafe fn geometryFlags_raw(this: *const Self) -> u32
pub unsafe fn set_geometryFlags_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( geometryIndex: u32, reserved: u32, geometryFlags: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Clone for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Source§fn clone(&self) -> VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
fn clone(&self) -> VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Default for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Source§fn default() -> VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
fn default() -> VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Returns the “default value” for a type. Read more
impl Copy for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Auto Trait Implementations§
impl Freeze for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl RefUnwindSafe for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Send for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Sync for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Unpin for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl UnwindSafe for VkClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
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