pub enum WallOrder {
Zero,
One,
}Expand description
Wall reaction order: zero-order or first-order (§2.1).
Variants§
Trait Implementations§
impl Copy for WallOrder
impl Eq for WallOrder
impl StructuralPartialEq for WallOrder
Auto Trait Implementations§
impl Freeze for WallOrder
impl RefUnwindSafe for WallOrder
impl Send for WallOrder
impl Sync for WallOrder
impl Unpin for WallOrder
impl UnsafeUnpin for WallOrder
impl UnwindSafe for WallOrder
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