#[repr(C, align(16))]pub struct RTCBounds {
pub lower_x: f32,
pub lower_y: f32,
pub lower_z: f32,
pub align0: f32,
pub upper_x: f32,
pub upper_y: f32,
pub upper_z: f32,
pub align1: f32,
}
Fields§
§lower_x: f32
§lower_y: f32
§lower_z: f32
§align0: f32
§upper_x: f32
§upper_y: f32
§upper_z: f32
§align1: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCBounds
impl RefUnwindSafe for RTCBounds
impl Send for RTCBounds
impl Sync for RTCBounds
impl Unpin for RTCBounds
impl UnwindSafe for RTCBounds
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