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: FaceTrait Implementations§
source§impl PartialEq for RayTracer
impl PartialEq for RayTracer
impl Copy for RayTracer
impl StructuralPartialEq for RayTracer
Auto Trait Implementations§
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