pub struct aabb3f {
pub min_edge: v3f,
pub max_edge: v3f,
}
Fields§
§min_edge: v3f
§max_edge: v3f
Trait Implementations§
Source§impl Deserialize for aabb3f
impl Deserialize for aabb3f
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl StructuralPartialEq for aabb3f
Auto Trait Implementations§
impl Freeze for aabb3f
impl RefUnwindSafe for aabb3f
impl Send for aabb3f
impl Sync for aabb3f
impl Unpin for aabb3f
impl UnwindSafe for aabb3f
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