pub enum DecayTime {
Show 16 variants
Ms6 = 0,
Ms24 = 1,
Ms48 = 2,
Ms72 = 3,
Ms114 = 4,
Ms168 = 5,
Ms204 = 6,
Ms240 = 7,
Ms300 = 8,
Ms750 = 9,
Ms1500 = 10,
Ms2400 = 11,
Ms3000 = 12,
Ms9000 = 13,
Ms15000 = 14,
Ms24000 = 15,
}Expand description
Sustain times for ATDCY, bits 0-3 (milliseconds, Ms)
Variants§
Ms6 = 0
Ms24 = 1
Ms48 = 2
Ms72 = 3
Ms114 = 4
Ms168 = 5
Ms204 = 6
Ms240 = 7
Ms300 = 8
Ms750 = 9
Ms1500 = 10
Ms2400 = 11
Ms3000 = 12
Ms9000 = 13
Ms15000 = 14
Ms24000 = 15
Auto Trait Implementations§
impl Freeze for DecayTime
impl RefUnwindSafe for DecayTime
impl Send for DecayTime
impl Sync for DecayTime
impl Unpin for DecayTime
impl UnsafeUnpin for DecayTime
impl UnwindSafe for DecayTime
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