Struct clap_sys::stream::clap_ostream
source · #[repr(C)]pub struct clap_ostream {
pub ctx: *mut c_void,
pub write: Option<unsafe extern "C" fn(stream: *const clap_ostream, buffer: *const c_void, size: u64) -> i64>,
}Fields§
§ctx: *mut c_void§write: Option<unsafe extern "C" fn(stream: *const clap_ostream, buffer: *const c_void, size: u64) -> i64>Trait Implementations§
source§impl Clone for clap_ostream
impl Clone for clap_ostream
source§fn clone(&self) -> clap_ostream
fn clone(&self) -> clap_ostream
Returns a copy 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_ostream
impl Debug for clap_ostream
impl Copy for clap_ostream
impl Send for clap_ostream
impl Sync for clap_ostream
Auto Trait Implementations§
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