pub struct InfinitePlane {
pub orig: Vec3,
pub normal: Vec3,
pub texture: Texture,
}Fields§
§orig: Vec3§normal: Vec3§texture: TextureImplementations§
Trait Implementations§
Source§impl Clone for InfinitePlane
impl Clone for InfinitePlane
Source§fn clone(&self) -> InfinitePlane
fn clone(&self) -> InfinitePlane
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 Hit for InfinitePlane
impl Hit for InfinitePlane
impl Copy for InfinitePlane
Auto Trait Implementations§
impl Freeze for InfinitePlane
impl RefUnwindSafe for InfinitePlane
impl Send for InfinitePlane
impl Sync for InfinitePlane
impl Unpin for InfinitePlane
impl UnwindSafe for InfinitePlane
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