pub enum RepeatSetting {
EntireQueue = 0,
CurrentTrack = 1,
Disable = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for RepeatSetting
impl RefUnwindSafe for RepeatSetting
impl Send for RepeatSetting
impl Sync for RepeatSetting
impl Unpin for RepeatSetting
impl UnsafeUnpin for RepeatSetting
impl UnwindSafe for RepeatSetting
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