pub struct RecBox {
pub _ori: Mat3x1<f64>,
pub _size: f64,
pub _bound: AxisAlignedBBox,
pub _vicinity: f64,
}Fields§
§_ori: Mat3x1<f64>§_size: f64§_bound: AxisAlignedBBox§_vicinity: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecBox
impl RefUnwindSafe for RecBox
impl Send for RecBox
impl Sync for RecBox
impl Unpin for RecBox
impl UnwindSafe for RecBox
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