Struct rsynth::event::event_queue::AlwaysIgnoreNew [−][src]
👎 Deprecated since 0.1.2:
Use the event_queue
crate instead.
Always ignore the newly queued event in case of collision (there’s already an event with that timestamp).
Trait Implementations
impl<T> HandleEventCollision<T> for AlwaysIgnoreNew
[src]
fn decide_on_collision(
&self,
_old_event: &T,
_new_event: &T
) -> EventCollisionHandling
[src]
&self,
_old_event: &T,
_new_event: &T
) -> EventCollisionHandling
Auto Trait Implementations
impl RefUnwindSafe for AlwaysIgnoreNew
impl Send for AlwaysIgnoreNew
impl Sync for AlwaysIgnoreNew
impl Unpin for AlwaysIgnoreNew
impl UnwindSafe for AlwaysIgnoreNew
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<S, T> Duplex<S> for T where
T: FromSample<S> + ToSample<S>,
T: FromSample<S> + ToSample<S>,
impl<T> From<T> for T
[src]
impl<S> FromSample<S> for S
pub fn from_sample_(s: S) -> S
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> ToSample<U> for T where
U: FromSample<T>,
U: FromSample<T>,
pub fn to_sample_(self) -> U
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,