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