pub enum RoomShape {
A,
B,
C,
D,
E,
Reserved(u8),
}
Expand description
The mode of early reflection.
Variants§
Trait Implementations§
impl Copy for RoomShape
impl Eq for RoomShape
impl StructuralPartialEq for RoomShape
Auto Trait Implementations§
impl Freeze for RoomShape
impl RefUnwindSafe for RoomShape
impl Send for RoomShape
impl Sync for RoomShape
impl Unpin for RoomShape
impl UnwindSafe for RoomShape
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