#[repr(C)]pub struct clap_input_events {
pub ctx: *mut c_void,
pub size: Option<unsafe extern "C" fn(list: *const clap_input_events) -> u32>,
pub get: Option<unsafe extern "C" fn(list: *const clap_input_events, index: u32) -> *const clap_event_header>,
}Fields§
§ctx: *mut c_void§size: Option<unsafe extern "C" fn(list: *const clap_input_events) -> u32>§get: Option<unsafe extern "C" fn(list: *const clap_input_events, index: u32) -> *const clap_event_header>Trait Implementations§
Source§impl Clone for clap_input_events
impl Clone for clap_input_events
Source§fn clone(&self) -> clap_input_events
fn clone(&self) -> clap_input_events
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for clap_input_events
impl Debug for clap_input_events
impl Copy for clap_input_events
impl Send for clap_input_events
impl Sync for clap_input_events
Auto Trait Implementations§
impl Freeze for clap_input_events
impl RefUnwindSafe for clap_input_events
impl Unpin for clap_input_events
impl UnwindSafe for clap_input_events
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