#[repr(C)]pub struct ClapInputEvents {
pub ctx: *const c_void,
pub size: Option<unsafe extern "C" fn(*const ClapInputEvents) -> u32>,
pub get: Option<unsafe extern "C" fn(*const ClapInputEvents, u32) -> *const ClapEventHeader>,
}Fields§
§ctx: *const c_void§size: Option<unsafe extern "C" fn(*const ClapInputEvents) -> u32>§get: Option<unsafe extern "C" fn(*const ClapInputEvents, u32) -> *const ClapEventHeader>Auto Trait Implementations§
impl !Send for ClapInputEvents
impl !Sync for ClapInputEvents
impl Freeze for ClapInputEvents
impl RefUnwindSafe for ClapInputEvents
impl Unpin for ClapInputEvents
impl UnsafeUnpin for ClapInputEvents
impl UnwindSafe for ClapInputEvents
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