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