Struct ash::vk::Packed24_8
source · #[repr(transparent)]pub struct Packed24_8(_);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
sourceimpl Clone for Packed24_8
impl Clone for Packed24_8
sourcefn clone(&self) -> Packed24_8
fn clone(&self) -> Packed24_8
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for Packed24_8
impl Debug for Packed24_8
sourceimpl Ord for Packed24_8
impl Ord for Packed24_8
sourcefn cmp(&self, other: &Packed24_8) -> Ordering
fn cmp(&self, other: &Packed24_8) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<Packed24_8> for Packed24_8
impl PartialEq<Packed24_8> for Packed24_8
sourcefn eq(&self, other: &Packed24_8) -> bool
fn eq(&self, other: &Packed24_8) -> bool
sourceimpl PartialOrd<Packed24_8> for Packed24_8
impl PartialOrd<Packed24_8> for Packed24_8
sourcefn partial_cmp(&self, other: &Packed24_8) -> Option<Ordering>
fn partial_cmp(&self, other: &Packed24_8) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Packed24_8
impl Eq for Packed24_8
impl StructuralEq for Packed24_8
impl StructuralPartialEq for Packed24_8
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more