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