Struct clap_sys::stream::clap_istream
source · [−]#[repr(C)]pub struct clap_istream {
pub ctx: *mut c_void,
pub read: unsafe extern "C" fn(stream: *const clap_istream, buffer: *mut c_void, size: u64) -> i64,
}Fields
ctx: *mut c_voidread: unsafe extern "C" fn(stream: *const clap_istream, buffer: *mut c_void, size: u64) -> i64Trait Implementations
sourceimpl Clone for clap_istream
impl Clone for clap_istream
sourcefn clone(&self) -> clap_istream
fn clone(&self) -> clap_istream
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
impl Copy for clap_istream
impl Send for clap_istream
impl Sync for clap_istream
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