[][src]Struct lv2_units::UnitURIDCollection

pub struct UnitURIDCollection {
    pub bar: URID<Bar>,
    pub beat: URID<Beat>,
    pub bpm: URID<BeatPerMinute>,
    pub cent: URID<Cent>,
    pub cm: URID<Centimeter>,
    pub coef: URID<Coefficient>,
    pub db: URID<Decibel>,
    pub degree: URID<Degree>,
    pub frame: URID<Frame>,
    pub hz: URID<Hertz>,
    pub inch: URID<Inch>,
    pub khz: URID<Kilohertz>,
    pub km: URID<Kilometer>,
    pub m: URID<Meter>,
    pub mhz: URID<Megahertz>,
    pub note: URID<MIDINote>,
    pub mile: URID<Mile>,
    pub min: URID<Minute>,
    pub mm: URID<Millimeter>,
    pub ms: URID<Millisecond>,
    pub octave: URID<Octave>,
    pub percent: URID<Percent>,
    pub s: URID<Second>,
    pub semitone: URID<Semitone>,
}

A URID cache containing all units.

Fields

bar: URID<Bar>beat: URID<Beat>bpm: URID<BeatPerMinute>cent: URID<Cent>cm: URID<Centimeter>coef: URID<Coefficient>db: URID<Decibel>degree: URID<Degree>frame: URID<Frame>hz: URID<Hertz>inch: URID<Inch>khz: URID<Kilohertz>km: URID<Kilometer>m: URID<Meter>mhz: URID<Megahertz>note: URID<MIDINote>mile: URID<Mile>min: URID<Minute>mm: URID<Millimeter>ms: URID<Millisecond>octave: URID<Octave>percent: URID<Percent>s: URID<Second>semitone: URID<Semitone>

Trait Implementations

impl URIDCollection for UnitURIDCollection[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.