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