[−][src]Struct loopers_common::api::FrameTime
Implementations
impl FrameTime[src]
pub fn from_ms(ms: f64) -> FrameTime[src]
pub fn to_ms(&self) -> f64[src]
pub fn to_waveform(&self) -> i64[src]
Trait Implementations
impl Add<FrameTime> for FrameTime[src]
type Output = FrameTime
The resulting type after applying the + operator.
pub fn add(self, rhs: FrameTime) -> FrameTime[src]
impl Clone for FrameTime[src]
impl Copy for FrameTime[src]
impl Debug for FrameTime[src]
impl<'de> Deserialize<'de> for FrameTime[src]
pub fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<__RhsT> Div<__RhsT> for FrameTime where
i64: Div<__RhsT, Output = i64>, [src]
i64: Div<__RhsT, Output = i64>,
type Output = FrameTime
The resulting type after applying the / operator.
pub fn div(self, rhs: __RhsT) -> FrameTime[src]
impl Eq for FrameTime[src]
impl Hash for FrameTime[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<__RhsT> Mul<__RhsT> for FrameTime where
i64: Mul<__RhsT, Output = i64>, [src]
i64: Mul<__RhsT, Output = i64>,
type Output = FrameTime
The resulting type after applying the * operator.
pub fn mul(self, rhs: __RhsT) -> FrameTime[src]
impl Ord for FrameTime[src]
pub fn cmp(&self, other: &FrameTime) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<FrameTime> for FrameTime[src]
impl PartialOrd<FrameTime> for FrameTime[src]
pub fn partial_cmp(&self, other: &FrameTime) -> Option<Ordering>[src]
pub fn lt(&self, other: &FrameTime) -> bool[src]
pub fn le(&self, other: &FrameTime) -> bool[src]
pub fn gt(&self, other: &FrameTime) -> bool[src]
pub fn ge(&self, other: &FrameTime) -> bool[src]
impl Serialize for FrameTime[src]
pub fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for FrameTime[src]
impl StructuralPartialEq for FrameTime[src]
impl Sub<FrameTime> for FrameTime[src]
Auto Trait Implementations
impl RefUnwindSafe for FrameTime
impl Send for FrameTime
impl Sync for FrameTime
impl Unpin for FrameTime
impl UnwindSafe for FrameTime
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<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,