Struct classicube_sys::RayTracer
source · #[repr(C)]pub struct RayTracer {}
Fields§
§pos: IVec3
§origin: Vec3
§dir: Vec3
§Min: Vec3
§Max: Vec3
§block: BlockID
§step: IVec3
§tMax: Vec3
§tDelta: Vec3
§intersect: Vec3
§translatedPos: IVec3
§valid: cc_bool
§closest: Face
§invDir: Vec3
Trait Implementations§
source§impl PartialEq for RayTracer
impl PartialEq for RayTracer
impl Copy for RayTracer
impl StructuralPartialEq for RayTracer
Auto Trait Implementations§
impl Freeze for RayTracer
impl RefUnwindSafe for RayTracer
impl Send for RayTracer
impl Sync for RayTracer
impl Unpin for RayTracer
impl UnwindSafe for RayTracer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)