pub enum InvPage {
Page1,
Page2,
}Expand description
Inventory Pages enum for RenderInterface
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvPage
impl RefUnwindSafe for InvPage
impl Send for InvPage
impl Sync for InvPage
impl Unpin for InvPage
impl UnwindSafe for InvPage
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