pub struct Packed24_8(/* private fields */);
Expand description
Holds 24 bits in the least significant bits of memory,
and 8 bytes in the most significant bits of that memory,
occupying a single u32
in total. This is commonly used in
acceleration structure instances such as
vk::AccelerationStructureInstanceKHR
,
vk::AccelerationStructureSRTMotionInstanceNV
and
vk::AccelerationStructureMatrixMotionInstanceNV
.
Implementations§
Trait Implementations§
Source§impl Clone for Packed24_8
impl Clone for Packed24_8
Source§fn clone(&self) -> Packed24_8
fn clone(&self) -> Packed24_8
Returns a copy 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 Debug for Packed24_8
impl Debug for Packed24_8
Source§impl Ord for Packed24_8
impl Ord for Packed24_8
Source§fn cmp(&self, other: &Packed24_8) -> Ordering
fn cmp(&self, other: &Packed24_8) -> 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 Packed24_8
impl PartialEq for Packed24_8
Source§impl PartialOrd for Packed24_8
impl PartialOrd for Packed24_8
impl Copy for Packed24_8
impl Eq for Packed24_8
impl StructuralPartialEq for Packed24_8
Auto Trait Implementations§
impl Freeze for Packed24_8
impl RefUnwindSafe for Packed24_8
impl Send for Packed24_8
impl Sync for Packed24_8
impl Unpin for Packed24_8
impl UnwindSafe for Packed24_8
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)