#[repr(transparent)]pub struct AccelerationStructureInstanceKHRBitfields1(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl AccelerationStructureInstanceKHRBitfields1
impl AccelerationStructureInstanceKHRBitfields1
pub const fn instance_shader_binding_table_record_offset(self) -> u32
pub const fn with_instance_shader_binding_table_record_offset( self, value: u32, ) -> Self
pub const fn flags(self) -> u32
pub const fn with_flags(self, value: u32) -> Self
Trait Implementations§
Source§impl Clone for AccelerationStructureInstanceKHRBitfields1
impl Clone for AccelerationStructureInstanceKHRBitfields1
Source§fn clone(&self) -> AccelerationStructureInstanceKHRBitfields1
fn clone(&self) -> AccelerationStructureInstanceKHRBitfields1
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 AccelerationStructureInstanceKHRBitfields1
impl Default for AccelerationStructureInstanceKHRBitfields1
Source§fn default() -> AccelerationStructureInstanceKHRBitfields1
fn default() -> AccelerationStructureInstanceKHRBitfields1
Returns the “default value” for a type. Read more
Source§impl Ord for AccelerationStructureInstanceKHRBitfields1
impl Ord for AccelerationStructureInstanceKHRBitfields1
Source§fn cmp(&self, other: &AccelerationStructureInstanceKHRBitfields1) -> Ordering
fn cmp(&self, other: &AccelerationStructureInstanceKHRBitfields1) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AccelerationStructureInstanceKHRBitfields1
impl PartialEq for AccelerationStructureInstanceKHRBitfields1
Source§fn eq(&self, other: &AccelerationStructureInstanceKHRBitfields1) -> bool
fn eq(&self, other: &AccelerationStructureInstanceKHRBitfields1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AccelerationStructureInstanceKHRBitfields1
impl PartialOrd for AccelerationStructureInstanceKHRBitfields1
impl Copy for AccelerationStructureInstanceKHRBitfields1
impl Eq for AccelerationStructureInstanceKHRBitfields1
impl StructuralPartialEq for AccelerationStructureInstanceKHRBitfields1
Auto Trait Implementations§
impl Freeze for AccelerationStructureInstanceKHRBitfields1
impl RefUnwindSafe for AccelerationStructureInstanceKHRBitfields1
impl Send for AccelerationStructureInstanceKHRBitfields1
impl Sync for AccelerationStructureInstanceKHRBitfields1
impl Unpin for AccelerationStructureInstanceKHRBitfields1
impl UnwindSafe for AccelerationStructureInstanceKHRBitfields1
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