#[repr(C)]pub struct tm_tone_t {
pub frequency: f32,
pub attack_time: f32,
pub decay_time: f32,
pub sustain_time: f32,
pub release_time: f32,
pub sustain_level: f32,
}Fields§
§frequency: f32§attack_time: f32§decay_time: f32§sustain_time: f32§release_time: f32§sustain_level: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for tm_tone_t
impl RefUnwindSafe for tm_tone_t
impl Send for tm_tone_t
impl Sync for tm_tone_t
impl Unpin for tm_tone_t
impl UnsafeUnpin for tm_tone_t
impl UnwindSafe for tm_tone_t
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