#[repr(u32)]pub enum MiniMapLocation {
BottomLeft = 0,
BottomRight = 1,
TopLeft = 2,
TopRight = 3,
}Variants§
Trait Implementations§
Source§impl Clone for MiniMapLocation
impl Clone for MiniMapLocation
Source§fn clone(&self) -> MiniMapLocation
fn clone(&self) -> MiniMapLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MiniMapLocation
impl Debug for MiniMapLocation
Source§impl Hash for MiniMapLocation
impl Hash for MiniMapLocation
Source§impl PartialEq for MiniMapLocation
impl PartialEq for MiniMapLocation
impl Copy for MiniMapLocation
impl Eq for MiniMapLocation
impl StructuralPartialEq for MiniMapLocation
Auto Trait Implementations§
impl Freeze for MiniMapLocation
impl RefUnwindSafe for MiniMapLocation
impl Send for MiniMapLocation
impl Sync for MiniMapLocation
impl Unpin for MiniMapLocation
impl UnwindSafe for MiniMapLocation
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