pub enum EditorKey {
Bookmarks,
DistanceSpacing,
BeatDivisor,
GridSize,
TimelineZoom,
}Expand description
All valid keys within a .osu file’s [Editor] section
Variants§
Implementations§
Trait Implementations§
impl Copy for EditorKey
impl Eq for EditorKey
impl StructuralPartialEq for EditorKey
Auto Trait Implementations§
impl Freeze for EditorKey
impl RefUnwindSafe for EditorKey
impl Send for EditorKey
impl Sync for EditorKey
impl Unpin for EditorKey
impl UnwindSafe for EditorKey
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