#[repr(C, align(32))]pub struct RTCPointQuery8 {
pub x: [f32; 8],
pub y: [f32; 8],
pub z: [f32; 8],
pub time: [f32; 8],
pub radius: [f32; 8],
}
Fields§
§x: [f32; 8]
§y: [f32; 8]
§z: [f32; 8]
§time: [f32; 8]
§radius: [f32; 8]
Trait Implementations§
Source§impl Clone for RTCPointQuery8
impl Clone for RTCPointQuery8
Source§fn clone(&self) -> RTCPointQuery8
fn clone(&self) -> RTCPointQuery8
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 moreSource§impl Debug for RTCPointQuery8
impl Debug for RTCPointQuery8
impl Copy for RTCPointQuery8
Auto Trait Implementations§
impl Freeze for RTCPointQuery8
impl RefUnwindSafe for RTCPointQuery8
impl Send for RTCPointQuery8
impl Sync for RTCPointQuery8
impl Unpin for RTCPointQuery8
impl UnwindSafe for RTCPointQuery8
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