pub enum GeneralKey {
Show 14 variants
AudioFilename,
AudioLeadIn,
PreviewTime,
SampleSet,
SampleVolume,
StackLeniency,
Mode,
LetterboxInBreaks,
SpecialStyle,
WidescreenStoryboard,
EpilepsyWarning,
SamplesMatchPlaybackRate,
Countdown,
CountdownOffset,
}Expand description
All valid keys within a .osu file’s [General] section.
Variants§
AudioFilename
AudioLeadIn
PreviewTime
SampleSet
SampleVolume
StackLeniency
Mode
LetterboxInBreaks
SpecialStyle
WidescreenStoryboard
EpilepsyWarning
SamplesMatchPlaybackRate
Countdown
CountdownOffset
Implementations§
Trait Implementations§
Source§impl Clone for GeneralKey
impl Clone for GeneralKey
Source§fn clone(&self) -> GeneralKey
fn clone(&self) -> GeneralKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GeneralKey
Source§impl Debug for GeneralKey
impl Debug for GeneralKey
Source§impl Display for GeneralKey
impl Display for GeneralKey
impl Eq for GeneralKey
Source§impl FromStr for GeneralKey
impl FromStr for GeneralKey
Source§impl PartialEq for GeneralKey
impl PartialEq for GeneralKey
Source§fn eq(&self, other: &GeneralKey) -> bool
fn eq(&self, other: &GeneralKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeneralKey
Auto Trait Implementations§
impl Freeze for GeneralKey
impl RefUnwindSafe for GeneralKey
impl Send for GeneralKey
impl Sync for GeneralKey
impl Unpin for GeneralKey
impl UnsafeUnpin for GeneralKey
impl UnwindSafe for GeneralKey
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