#[repr(C)]pub struct RTCRayNp {
pub org_x: *mut f32,
pub org_y: *mut f32,
pub org_z: *mut f32,
pub tnear: *mut f32,
pub dir_x: *mut f32,
pub dir_y: *mut f32,
pub dir_z: *mut f32,
pub time: *mut f32,
pub tfar: *mut f32,
pub mask: *mut c_uint,
pub id: *mut c_uint,
pub flags: *mut c_uint,
}
Fields§
§org_x: *mut f32
§org_y: *mut f32
§org_z: *mut f32
§tnear: *mut f32
§dir_x: *mut f32
§dir_y: *mut f32
§dir_z: *mut f32
§time: *mut f32
§tfar: *mut f32
§mask: *mut c_uint
§id: *mut c_uint
§flags: *mut c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCRayNp
impl RefUnwindSafe for RTCRayNp
impl !Send for RTCRayNp
impl !Sync for RTCRayNp
impl Unpin for RTCRayNp
impl UnwindSafe for RTCRayNp
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