[][src]Struct zinc64_emu::sound::sid::Sid

pub struct Sid { /* fields omitted */ }

Methods

impl Sid[src]

pub fn new(
    chip_model: SidModel,
    system_clock: Rc<Clock>,
    sound_buffer: Arc<dyn SoundOutput>
) -> Self
[src]

pub fn enable_filter(&mut self, enabled: bool)[src]

pub fn set_sampling_parameters(
    &mut self,
    sampling_method: SamplingMethod,
    clock_freq: u32,
    sample_freq: u32
)
[src]

Trait Implementations

impl Chip for Sid[src]

Auto Trait Implementations

impl !Send for Sid

impl !Sync for Sid

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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