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 more
sourceimpl Debug for Packed24_8
impl Debug for Packed24_8
sourceimpl Ord for Packed24_8
impl Ord for Packed24_8
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
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &Packed24_8) -> bool
fn ne(&self, other: &Packed24_8) -> bool
This method tests for !=.
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>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
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 more
impl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more