pub enum OverlayPosition {
NoChange = 0,
Below = 1,
Above = 2,
}
Expand description
Hit circle overlay position compared to hit numbers
Variants§
Trait Implementations§
Source§impl Clone for OverlayPosition
impl Clone for OverlayPosition
Source§fn clone(&self) -> OverlayPosition
fn clone(&self) -> OverlayPosition
Returns a copy 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 OverlayPosition
impl Debug for OverlayPosition
Source§impl Default for OverlayPosition
impl Default for OverlayPosition
Source§fn default() -> OverlayPosition
fn default() -> OverlayPosition
Returns the “default value” for a type. Read more
Source§impl Display for OverlayPosition
impl Display for OverlayPosition
Source§impl FromStr for OverlayPosition
impl FromStr for OverlayPosition
Source§impl Hash for OverlayPosition
impl Hash for OverlayPosition
Source§impl PartialEq for OverlayPosition
impl PartialEq for OverlayPosition
Source§impl TryFrom<i32> for OverlayPosition
impl TryFrom<i32> for OverlayPosition
impl Copy for OverlayPosition
impl Eq for OverlayPosition
impl StructuralPartialEq for OverlayPosition
Auto Trait Implementations§
impl Freeze for OverlayPosition
impl RefUnwindSafe for OverlayPosition
impl Send for OverlayPosition
impl Sync for OverlayPosition
impl Unpin for OverlayPosition
impl UnwindSafe for OverlayPosition
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