Struct moa_peripherals_yamaha::ym2612::Dac
source · struct Dac {
enabled: bool,
samples: VecDeque<(u64, f32)>,
}
Fields§
§enabled: bool
§samples: VecDeque<(u64, f32)>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dac
impl RefUnwindSafe for Dac
impl Send for Dac
impl Sync for Dac
impl Unpin for Dac
impl UnwindSafe for Dac
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T