Struct clap_sys::process::clap_process
source · [−]#[repr(C)]pub struct clap_process {
pub steady_time: i64,
pub frames_count: u32,
pub transport: *const clap_event_transport,
pub audio_inputs: *const clap_audio_buffer,
pub audio_outputs: *mut clap_audio_buffer,
pub audio_inputs_count: u32,
pub audio_outputs_count: u32,
pub in_events: *const clap_input_events,
pub out_events: *const clap_output_events,
}Fields
steady_time: i64frames_count: u32transport: *const clap_event_transportaudio_inputs: *const clap_audio_bufferaudio_outputs: *mut clap_audio_bufferaudio_inputs_count: u32audio_outputs_count: u32in_events: *const clap_input_eventsout_events: *const clap_output_eventsTrait Implementations
sourceimpl Clone for clap_process
impl Clone for clap_process
sourcefn clone(&self) -> clap_process
fn clone(&self) -> clap_process
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for clap_process
impl Debug for clap_process
impl Copy for clap_process
impl Send for clap_process
impl Sync for clap_process
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more