Struct Orthotope
pub struct Orthotope { /* private fields */ }Expand description
An n-dimensional orthotope represented by positive edge lengths.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Orthotope
Auto Trait Implementations§
impl Freeze for Orthotope
impl RefUnwindSafe for Orthotope
impl Send for Orthotope
impl Sync for Orthotope
impl Unpin for Orthotope
impl UnsafeUnpin for Orthotope
impl UnwindSafe for Orthotope
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