#[repr(C)]pub struct OpusEncCallbacks {
pub write: ope_write_func,
pub close: ope_close_func,
}Expand description
Callback functions for accessing the stream.
Fields§
§write: ope_write_funcCallback for writing to the stream.
close: ope_close_funcCallback for closing the stream.
Trait Implementations§
Source§impl Clone for OpusEncCallbacks
impl Clone for OpusEncCallbacks
Source§fn clone(&self) -> OpusEncCallbacks
fn clone(&self) -> OpusEncCallbacks
Returns a duplicate 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 OpusEncCallbacks
impl Debug for OpusEncCallbacks
impl Copy for OpusEncCallbacks
Auto Trait Implementations§
impl Freeze for OpusEncCallbacks
impl RefUnwindSafe for OpusEncCallbacks
impl Send for OpusEncCallbacks
impl Sync for OpusEncCallbacks
impl Unpin for OpusEncCallbacks
impl UnwindSafe for OpusEncCallbacks
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