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