pub enum ObjSlot {
Zero,
One,
}Expand description
Which of the two object palettes, as OamAttr::dmg_palette picks between.
Variants§
Trait Implementations§
impl Copy for ObjSlot
impl Eq for ObjSlot
impl StructuralPartialEq for ObjSlot
Auto Trait Implementations§
impl BankSafe for ObjSlot
impl Freeze for ObjSlot
impl RefUnwindSafe for ObjSlot
impl Send for ObjSlot
impl Sync for ObjSlot
impl Unpin for ObjSlot
impl UnsafeUnpin for ObjSlot
impl UnwindSafe for ObjSlot
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