pub struct UeBox2d {
pub min: DVec2,
pub max: DVec2,
}Expand description
2D axis-aligned bounding box. Maps to FBox2D.
Fields§
§min: DVec2§max: DVec2Implementations§
Trait Implementations§
impl Copy for UeBox2d
impl StructuralPartialEq for UeBox2d
Auto Trait Implementations§
impl Freeze for UeBox2d
impl RefUnwindSafe for UeBox2d
impl Send for UeBox2d
impl Sync for UeBox2d
impl Unpin for UeBox2d
impl UnsafeUnpin for UeBox2d
impl UnwindSafe for UeBox2d
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