#[repr(C)]pub struct AabbPositionsKHR {
pub minX: f32,
pub minY: f32,
pub minZ: f32,
pub maxX: f32,
pub maxY: f32,
pub maxZ: f32,
}Fields§
§minX: f32§minY: f32§minZ: f32§maxX: f32§maxY: f32§maxZ: f32Trait Implementations§
Source§impl Clone for AabbPositionsKHR
impl Clone for AabbPositionsKHR
Source§fn clone(&self) -> AabbPositionsKHR
fn clone(&self) -> AabbPositionsKHR
Returns a duplicate 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 moreimpl 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