Struct vulkanalia_sys::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: f32min_y: f32min_z: f32max_x: f32max_y: f32max_z: f32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AabbPositionsKHR
impl Send for AabbPositionsKHR
impl Sync for AabbPositionsKHR
impl Unpin for AabbPositionsKHR
impl UnwindSafe for AabbPositionsKHR
Blanket Implementations
Mutably borrows from an owned value. Read more