#[repr(C)]pub struct ZL_SplitEncoderDesc {
pub CTid: ZL_IDType,
pub transform_f: ZL_SplitEncoderFn,
pub nbOutputStreams: usize,
pub localParams: ZL_LocalParams,
pub name: *const c_char,
}Fields§
§CTid: ZL_IDType§transform_f: ZL_SplitEncoderFn§nbOutputStreams: usize§localParams: ZL_LocalParams§name: *const c_charTrait Implementations§
Source§impl Clone for ZL_SplitEncoderDesc
impl Clone for ZL_SplitEncoderDesc
Source§fn clone(&self) -> ZL_SplitEncoderDesc
fn clone(&self) -> ZL_SplitEncoderDesc
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 ZL_SplitEncoderDesc
impl Debug for ZL_SplitEncoderDesc
impl Copy for ZL_SplitEncoderDesc
Auto Trait Implementations§
impl Freeze for ZL_SplitEncoderDesc
impl RefUnwindSafe for ZL_SplitEncoderDesc
impl !Send for ZL_SplitEncoderDesc
impl !Sync for ZL_SplitEncoderDesc
impl Unpin for ZL_SplitEncoderDesc
impl UnwindSafe for ZL_SplitEncoderDesc
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