#[repr(u8)]pub enum LFOType {
kLFOTypeSquare = 0,
kLFOTypeTriangle = 1,
kLFOTypeSine = 2,
kLFOTypeSampleAndHold = 3,
kLFOTypeSawtoothUp = 4,
kLFOTypeSawtoothDown = 5,
kLFOTypeArpeggiator = 6,
kLFOTypeFunction = 7,
}Variants§
kLFOTypeSquare = 0
kLFOTypeTriangle = 1
kLFOTypeSine = 2
kLFOTypeSampleAndHold = 3
kLFOTypeSawtoothUp = 4
kLFOTypeSawtoothDown = 5
kLFOTypeArpeggiator = 6
kLFOTypeFunction = 7
Trait Implementations§
Source§impl Ord for LFOType
impl Ord for LFOType
Source§impl PartialOrd for LFOType
impl PartialOrd for LFOType
impl Copy for LFOType
impl Eq for LFOType
impl StructuralPartialEq for LFOType
Auto Trait Implementations§
impl Freeze for LFOType
impl RefUnwindSafe for LFOType
impl Send for LFOType
impl Sync for LFOType
impl Unpin for LFOType
impl UnwindSafe for LFOType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
kLFOTypeSquare: 0 byteskLFOTypeTriangle: 0 byteskLFOTypeSine: 0 byteskLFOTypeSampleAndHold: 0 byteskLFOTypeSawtoothUp: 0 byteskLFOTypeSawtoothDown: 0 byteskLFOTypeArpeggiator: 0 byteskLFOTypeFunction: 0 bytes