Struct ash::vk::AabbPositionsKHR
source · #[repr(C)]pub struct AabbPositionsKHR {
pub min_x: f32,
pub min_y: f32,
pub min_z: f32,
pub max_x: f32,
pub max_y: f32,
pub max_z: f32,
}
Expand description
Fields§
§min_x: f32
§min_y: f32
§min_z: f32
§max_x: f32
§max_y: f32
§max_z: f32
Implementations§
source§impl AabbPositionsKHR
impl AabbPositionsKHR
pub fn builder<'a>() -> AabbPositionsKHRBuilder<'a>
Trait Implementations§
source§impl Clone for AabbPositionsKHR
impl Clone for AabbPositionsKHR
source§fn clone(&self) -> AabbPositionsKHR
fn clone(&self) -> AabbPositionsKHR
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 AabbPositionsKHR
impl Debug for AabbPositionsKHR
source§impl Default for AabbPositionsKHR
impl Default for AabbPositionsKHR
source§fn default() -> AabbPositionsKHR
fn default() -> AabbPositionsKHR
Returns the “default value” for a type. Read more
impl Copy for AabbPositionsKHR
Auto Trait Implementations§
impl Freeze for AabbPositionsKHR
impl RefUnwindSafe for AabbPositionsKHR
impl Send for AabbPositionsKHR
impl Sync for AabbPositionsKHR
impl Unpin for AabbPositionsKHR
impl UnwindSafe for AabbPositionsKHR
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